mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
GitHub CI: Fix cron string
The order of values is minute, hour, day-of-month, month, day-of-week
This commit is contained in:
2
.github/workflows/arm-build.yml
vendored
2
.github/workflows/arm-build.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- arm-build
|
||||
schedule:
|
||||
- cron: '0 4 * 20 *' # 20th at 4:00 UTC
|
||||
- cron: '0 4 20 * *' # 20th at 4:00 UTC
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
|
||||
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
@@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- coverity_scan
|
||||
schedule:
|
||||
- cron: '0 6 * 20 *' # 20th at 6:00 UTC
|
||||
- cron: '0 6 20 * *' # 20th at 6:00 UTC
|
||||
|
||||
jobs:
|
||||
Coverity:
|
||||
|
||||
Reference in New Issue
Block a user