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: