Skip to content

Commit

Permalink
reduce canary sync frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
mholtzman committed Mar 13, 2024
1 parent 2a4ec70 commit fb7c550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: sync-upstream

on:
schedule:
- cron: '*/5 0-3 * * *'
- cron: '*/5 18-23 * * *'
- cron: '*/30 4-17 * * *'
- cron: '*/20 0-3 * * *'
- cron: '*/20 18-23 * * *'
- cron: '0 4-17 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fb7c550

Please sign in to comment.