Skip to content

Commit c06d09e

Browse files
committed
Merge branch 'scheduled-workflow-tests' of github.com:github/docs-internal into scheduled-workflow-tests
2 parents 62bb173 + 767f526 commit c06d09e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/repo-freeze-reminders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Repo Freeze Reminders
66

77
on:
88
schedule:
9-
- cron: '00 11 * * *' # once per day around 11:00am UTC
9+
- cron: '9 11 * * *' # once per day around 11:09am UTC
1010

1111
env:
1212
FREEZE: ${{ secrets.FREEZE }}

.github/workflows/repo-sync-stalls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Repo Sync Stalls
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '0 */2 * * *'
10+
- cron: '32 */2 * * *' # At minute 32 past every 2nd hour.
1111

1212
jobs:
1313
repo-sync-stalls:

0 commit comments

Comments
 (0)