We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c7b67 commit 4064be5Copy full SHA for 4064be5
.github/workflows/healthCheck.yml
@@ -1,8 +1,8 @@
1
name: Health Check
2
3
on:
4
- push
5
-
+ schedule:
+ - cron: "15 * * * *"
6
jobs:
7
healthCheck:
8
runs-on: ubuntu-20.04
0 commit comments