fix nightly cron schedule
This commit is contained in:
parent
927871c59e
commit
c1c40644ac
|
@ -2,7 +2,7 @@ name: aws-zig nightly build
|
||||||
run-name: ${{ github.actor }} building AWS Zig SDK
|
run-name: ${{ github.actor }} building AWS Zig SDK
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 30 * *' # 12:30 UTC, 4:30AM Pacific
|
- cron: '30 12 * * *' # 12:30 UTC, 4:30AM Pacific
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'zig-develop*'
|
- 'zig-develop*'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user