1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Update action crons to avoid top of hour runs (#19035)

This commit is contained in:
Kevin Heis
2021-04-29 10:38:54 -07:00
committed by GitHub
parent 31a289c2c8
commit 7f9f8ae0c4
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ name: Ping staging apps
on:
schedule:
- cron: '*/20 * * * *' # every twenty minutes
- cron: '10,30,50 * * * *' # every twenty minutes
jobs:
ping_staging_apps:

View File

@@ -18,7 +18,7 @@ name: Repo Sync
on:
workflow_dispatch:
schedule:
- cron: '*/15 * * * *' # every 15 minutes
- cron: '10,25,40,55 * * * *' # every 15 minutes
jobs:
close-invalid-repo-sync: