Skip to content

Commit 5dfad66

Browse files
committed
Add workflow_call trigger to collections
1 parent 9a22cc2 commit 5dfad66

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.github/workflows/__all.yml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/sync.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ def writeHeader(checkStream):
331331
'workflow_dispatch': {
332332
'inputs': combinedInputs
333333
},
334+
'workflow_call': {
335+
'inputs': combinedInputs
336+
}
334337
},
335338
'jobs': jobs
336339
}, output_stream)

0 commit comments

Comments
 (0)