Skip to content

Commit

Permalink
Reduce repo-sync frequency from every 15 minutes to every 30 minutes (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene authored Oct 1, 2021
1 parent f2347b7 commit 92cae89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Repo Sync
on:
workflow_dispatch:
schedule:
- cron: '10,25,40,55 * * * *' # every 15 minutes
- cron: '10,40 * * * *' # every 30 minutes

jobs:
close-invalid-repo-sync:
Expand Down

0 comments on commit 92cae89

Please sign in to comment.