Skip to content

Commit 7f9f8ae

Browse files
authored
Update action crons to avoid top of hour runs (#19035)
1 parent 31a289c commit 7f9f8ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ping-staging-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Ping staging apps
66

77
on:
88
schedule:
9-
- cron: '*/20 * * * *' # every twenty minutes
9+
- cron: '10,30,50 * * * *' # every twenty minutes
1010

1111
jobs:
1212
ping_staging_apps:

.github/workflows/repo-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Repo Sync
1818
on:
1919
workflow_dispatch:
2020
schedule:
21-
- cron: '*/15 * * * *' # every 15 minutes
21+
- cron: '10,25,40,55 * * * *' # every 15 minutes
2222

2323
jobs:
2424
close-invalid-repo-sync:

0 commit comments

Comments
 (0)