Skip to content

Commit

Permalink
actions: syncer: Reduce run frequency
Browse files Browse the repository at this point in the history
We don't really need to sync every hour. Bump it to every 6 hours to save
the environment for posterity.

Fixes #24
  • Loading branch information
mgalgs committed Nov 6, 2022
1 parent 12e034b commit fc9dc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/syncer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Repo syncer
on:
schedule:
- cron: "*/60 * * * *"
- cron: "0 */6 * * *"
push:
branches:
- master # We mostly rely on the above cron schedule but having this
Expand Down

0 comments on commit fc9dc00

Please sign in to comment.