Skip to content

Commit e36d4f4

Browse files
chore: add workflow_call (#24)
1 parent e48479c commit e36d4f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-sourcebot-version.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
- cron: '0 9 * * 1' # Run every Monday at 9 AM UTC
55
workflow_dispatch: # Allow manual triggering
6+
workflow_call: # Allow calling from other workflows
67

78
jobs:
89
check-and-update:

0 commit comments

Comments
 (0)