Skip to content

Commit cc6c68b

Browse files
authored
test: update health-checks cron (#1554)
1 parent 4e7d59f commit cc6c68b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/health_checks.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ on:
1111
- hotfix
1212
- feature/**
1313
schedule:
14-
# Every day at 00:00 and 12:00 UTC.
14+
# Every day at At minute 0 past hour 0, 6, 12, and 18 UTC.
1515
# 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 * * *'
16+
# taking into account that
17+
# 1) scheduled runs may not fire at exact prescribed time;
18+
# 2) transient failures may happen and auto recover;
19+
- cron: '0 0,6,12,18 * * *'
1820
workflow_dispatch:
1921

2022
jobs:

0 commit comments

Comments
 (0)