1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Update actions crons to be off hour

Co-authored-by: James M. Greene <jamesmgreene@github.com>

Co-authored-by: Rachael Sewell <rachmari@github.com>
This commit is contained in:
Kevin Heis
2021-03-25 12:20:00 -07:00
parent a88552d9c9
commit 767f526fca
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ name: Repo Freeze Reminders
on:
schedule:
- cron: '00 11 * * *' # once per day around 11:00am UTC
- cron: '9 11 * * *' # once per day around 11:09am UTC
env:
FREEZE: ${{ secrets.FREEZE }}

View File

@@ -7,7 +7,7 @@ name: Repo Sync Stalls
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
- cron: '32 */2 * * *' # At minute 32 past every 2nd hour.
jobs:
repo-sync-stalls: