Skip to content

Commit

Permalink
Update syncUpstreamRepo.yml (#883)
Browse files Browse the repository at this point in the history
Reduce frequency of sync to daily instead of hourly
  • Loading branch information
scrappy authored Sep 24, 2024
1 parent 7ad4b3e commit a7ec4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/syncUpstreamRepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
on:

schedule:
- cron: '0 * * * *' # scheduled to run hourly
- cron: '0 3 * * *' # scheduled to run hourly

workflow_dispatch: # trigger manually

Expand Down

0 comments on commit a7ec4c2

Please sign in to comment.