Skip to content

Commit 3160079

Browse files
authored
Run the stall check every 2 hours (#16864)
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
1 parent 97891bf commit 3160079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Repo Sync Stalls
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '*/30 * * * *'
5+
- cron: '0 */2 * * *'
66
jobs:
77
check-freezer:
88
name: Check for deployment freezes

0 commit comments

Comments
 (0)