Skip to content

Commit a690945

Browse files
committed
Remove push triggers from workflow collections
1 parent 0e52774 commit a690945

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/__go.yml

Lines changed: 0 additions & 3 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: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,6 @@ def writeHeader(checkStream):
356356
'GO111MODULE': 'auto'
357357
},
358358
'on': {
359-
'push': {
360-
'paths': [
361-
f'.github/workflows/__{collection_name}.yml'
362-
]
363-
},
364359
'workflow_dispatch': {
365360
'inputs': combinedInputs
366361
},

0 commit comments

Comments
 (0)