Skip to content

Commit

Permalink
ci: increase canary frequency (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Oct 24, 2024
1 parent 05b64e0 commit 1aa4459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-canary.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: '[CI] Canary'
on:
schedule:
# daily at midnight
- cron: "0 0 * * *"
# twice daily at 8pm and 8am PST
- cron: "0 3,15 * * *"

jobs:
setup:
Expand Down

0 comments on commit 1aa4459

Please sign in to comment.