Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/sync-oncall.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Sync Oncall to Google Group and Slack Group

on:
schedule:
# Run daily at 01:00 UTC (rotation starts at 00:00 UTC)
- cron: '0 1 * * *'
push:
branches:
- main
Expand All @@ -20,6 +17,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.23'
cache: true
cache-dependency-path: synconcall/go.sum

- name: Build synconcall
run: |
Expand Down
Loading