We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62bb173 + 767f526 commit c06d09eCopy full SHA for c06d09e
2 files changed
.github/workflows/repo-freeze-reminders.yml
@@ -6,7 +6,7 @@ name: Repo Freeze Reminders
6
7
on:
8
schedule:
9
- - cron: '00 11 * * *' # once per day around 11:00am UTC
+ - cron: '9 11 * * *' # once per day around 11:09am UTC
10
11
env:
12
FREEZE: ${{ secrets.FREEZE }}
.github/workflows/repo-sync-stalls.yml
@@ -7,7 +7,7 @@ name: Repo Sync Stalls
workflow_dispatch:
- - cron: '0 */2 * * *'
+ - cron: '32 */2 * * *' # At minute 32 past every 2nd hour.
jobs:
13
repo-sync-stalls:
0 commit comments