From 30a69e9aba775bb60a0884d11af0c013957e096d Mon Sep 17 00:00:00 2001 From: bkellam Date: Fri, 9 Jan 2026 12:00:12 -0800 Subject: [PATCH] add workflow_call --- .github/workflows/update-sourcebot-version.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-sourcebot-version.yaml b/.github/workflows/update-sourcebot-version.yaml index c320cf7..644f7e0 100644 --- a/.github/workflows/update-sourcebot-version.yaml +++ b/.github/workflows/update-sourcebot-version.yaml @@ -3,6 +3,7 @@ on: schedule: - cron: '0 9 * * 1' # Run every Monday at 9 AM UTC workflow_dispatch: # Allow manual triggering + workflow_call: # Allow calling from other workflows jobs: check-and-update: