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:
2
.github/workflows/repo-freeze-reminders.yml
vendored
2
.github/workflows/repo-freeze-reminders.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/repo-sync-stalls.yml
vendored
2
.github/workflows/repo-sync-stalls.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user