Skip to content

Commit

Permalink
fix nightly cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
elerch committed Jul 9, 2024
1 parent 927871c commit c1c4064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/workflows/zig-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: aws-zig nightly build
run-name: ${{ github.actor }} building AWS Zig SDK
on:
schedule:
- cron: '0 12 30 * *' # 12:30 UTC, 4:30AM Pacific
- cron: '30 12 * * *' # 12:30 UTC, 4:30AM Pacific
push:
branches:
- 'zig-develop*'
Expand Down

0 comments on commit c1c4064

Please sign in to comment.