Skip to content

Commit 03e081d

Browse files
d-bytebaseclaude
andcommitted
Update oncall sync workflow schedule and triggers
- Change schedule from midnight to 1AM UTC to allow rotation to take effect - Add push trigger for main branch to sync on deployment - Keep manual workflow_dispatch trigger Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 82fb5b8 commit 03e081d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/sync-oncall.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Sync Oncall to Google Group
22

33
on:
44
schedule:
5-
# Run daily at 00:00 UTC
6-
- cron: '0 0 * * *'
5+
# Run daily at 01:00 UTC (rotation starts at 00:00 UTC)
6+
- cron: '0 1 * * *'
7+
push:
8+
branches:
9+
- main
710
workflow_dispatch: # Allow manual trigger
811

912
jobs:

0 commit comments

Comments
 (0)