Skip to content

Commit

Permalink
fix: use compatible cron language for build-gts-aurorafin
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdotpy committed Jul 3, 2024
1 parent 393b90d commit 9a63bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gts-aurorafin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build gts aurora and bluefin
on:
schedule:
- cron: "00 06 * * 7" # 06:00 UTC every Sunday
- cron: "00 06 * * 0" # 06:00 UTC every Sunday
push:
paths-ignore:
- '/toolboxes/**'
Expand Down

0 comments on commit 9a63bd7

Please sign in to comment.