We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7117a commit 66d6cb3Copy full SHA for 66d6cb3
‎.github/workflows/health-check.yml
@@ -0,0 +1,15 @@
1
+# Warning: This file created from template automatically. Please, don't change it manually.
2
+# If you need to change the template, please, change the original template file.
3
+# https://github.com/pdffiller/health_monitoring/blob/main/templates/health-check.yml
4
+# All your changes will be lost after the generation process.
5
+name: Run Health Check
6
+
7
+on:
8
+ schedule:
9
+ - cron: '0 6 * * 0'
10
+ workflow_dispatch:
11
12
+jobs:
13
+ health-check:
14
+ uses: pdffiller/health_monitoring/.github/workflows/health-check.yml@main
15
+ secrets: inherit
0 commit comments