Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 727e9d9

Browse files
🚀 Add workflow/health-check.yml
1 parent 48c9a0b commit 727e9d9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Run Health Check
2+
3+
on:
4+
schedule:
5+
- cron: '0 6 * * 1'
6+
workflow_dispatch:
7+
8+
jobs:
9+
health-check:
10+
uses: pdffiller/health_monitoring/.github/workflows/health-check.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)