Skip to content

Commit a829f9d

Browse files
committed
Try to fix concurrency group on push
1 parent 8c10e89 commit a829f9d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/workflows/__go.yml

Lines changed: 24 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ def writeHeader(checkStream):
338338

339339
jobs[checkName] = {
340340
'name': checkSpecification['name'],
341+
'concurrency': {
342+
'cancel-in-progress': False,
343+
'group': "${{ github.workflow }}-" + checkName + "-${{ github.ref }}",
344+
},
341345
'permissions': {
342346
'contents': 'read',
343347
'security-events': 'read'

0 commit comments

Comments
 (0)