Skip to content

Commit 78d6ebb

Browse files
committed
prevent JDK 11 job from being canceled when JDK 17 fails
1 parent 6f7d561 commit 78d6ebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ on:
2424
branches: [ main ]
2525

2626
concurrency:
27-
group: ${{ github.repository }}-${{ github.ref }}-${{ github.workflow }}-jdk-${{ matrix.java }}
28-
cancel-in-progress: true
27+
group: backend-${{ github.event.pull_request.number || github.ref }}
28+
2929

3030

3131
jobs:

0 commit comments

Comments
 (0)