mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-01-31 23:31:30 +08:00
ci(nightly): use correct cron syntax (#25160)
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user