ci(nightly): use correct cron syntax (#25160)

This commit is contained in:
Liam DeBeasi
2022-04-20 19:43:41 +05:45
committed by GitHub
parent 2984ddf111
commit 3baa7a1e27

View File

@@ -4,7 +4,7 @@ on:
schedule:
# Run every Monday-Friday
# at 6:00 UTC (6:00 am UTC)
- cron: '00 06 * * 1,5'
- cron: '00 06 * * 1-5'
jobs:
nightly-build: