Skip to content

Commit 6c396c5

Browse files
committed
allow publish-all-operators to be reused
1 parent b21da16 commit 6c396c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish-all-operators.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ on:
1818
- CRITICAL,HIGH
1919
- CRITICAL,HIGH,MEDIUM
2020
- CRITICAL (DO NOT use if JIRA ticket not raised)
21+
workflow_call:
22+
inputs:
23+
release_branch:
24+
required: true
25+
type: string
2126
schedule:
2227
- cron: "0 0 * * *"
2328

0 commit comments

Comments
 (0)