We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48479c commit e36d4f4Copy full SHA for e36d4f4
.github/workflows/update-sourcebot-version.yaml
@@ -3,6 +3,7 @@ on:
3
schedule:
4
- cron: '0 9 * * 1' # Run every Monday at 9 AM UTC
5
workflow_dispatch: # Allow manual triggering
6
+ workflow_call: # Allow calling from other workflows
7
8
jobs:
9
check-and-update:
0 commit comments