Skip to content

Commit 66d6cb3

Browse files
🚀 Add workflow/health-check.yml
1 parent 8c7117a commit 66d6cb3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: ‎.github/workflows/health-check.yml

+15
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)