We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b334e commit 4e7d59fCopy full SHA for 4e7d59f
.github/workflows/health_checks.yml
@@ -11,7 +11,10 @@ on:
11
- hotfix
12
- feature/**
13
schedule:
14
- - cron: '0 12 * * *' # Every day 12:00 UTC
+ # Every day at 00:00 and 12:00 UTC.
15
+ # This is to make sure that there is at least one workflow run every 24 hours
16
+ # taking into account that scheduled runs may not fire at exact prescribed time.
17
+ - cron: '0 0,12 * * *'
18
workflow_dispatch:
19
20
jobs:
0 commit comments