From 50cb492b7ad907b02a95da9be26da426a6a9cf40 Mon Sep 17 00:00:00 2001 From: Danny Date: Tue, 26 May 2026 23:37:18 -0700 Subject: [PATCH] chore: remove cron schedule and enable go module cache Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/sync-oncall.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-oncall.yml b/.github/workflows/sync-oncall.yml index 39368cc..2a0a1a6 100644 --- a/.github/workflows/sync-oncall.yml +++ b/.github/workflows/sync-oncall.yml @@ -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 @@ -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: |