Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove push triggers from workflow collections
  • Loading branch information
mbg committed Nov 26, 2025
commit a6909455e40fa08e7333d16a2055a66b0c90ce47
3 changes: 0 additions & 3 deletions .github/workflows/__go.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions pr-checks/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,6 @@ def writeHeader(checkStream):
'GO111MODULE': 'auto'
},
'on': {
'push': {
'paths': [
f'.github/workflows/__{collection_name}.yml'
]
},
'workflow_dispatch': {
'inputs': combinedInputs
},
Expand Down
Loading