Skip to content

Commit fe453f8

Browse files
authored
Merge pull request #219 from PHPCSStandards/feature/ghactions-merge-conflict-workflow-tweak
GH Actions/merge conflict check: don't cancel on higher prio
2 parents 3b00244 + deffca0 commit fe453f8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/label-merge-conflicts.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ on:
1212
- synchronize
1313
- reopened
1414

15-
# Cancels all previous workflow runs for the same branch that have not yet completed.
16-
concurrency:
17-
# The concurrency group contains the workflow name and the branch name.
18-
group: ${{ github.workflow }}-${{ github.ref }}
19-
cancel-in-progress: true
20-
2115
jobs:
2216
check-prs:
2317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)