Skip to content

Commit a7dec01

Browse files
authored
Merge pull request #187 from lukaszstolarczuk/fix-ci-concurrency
[CI] Fix concurrency group name for PR/push workflow
2 parents 57ef34f + 764fa61 commit a7dec01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PR/push
33
on: [push, pull_request]
44

55
concurrency:
6-
group: ${{ github.head_ref }}-${{ github.workflow }}
6+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
77
cancel-in-progress: true
88

99
jobs:

0 commit comments

Comments
 (0)