Skip to content

Commit d9fd5aa

Browse files
committed
CI: fix concurrency
1 parent 9a89e66 commit d9fd5aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-scala-213.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
G8_PARAM_DEFAULT_BRANCH: "master"
1414

1515
concurrency:
16-
group: ${{ github.ref }}
16+
group: ${{ github.ref }}-scala213
1717
cancel-in-progress: true
1818

1919
jobs:

.github/workflows/ci-scala-3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
G8_PARAM_DEFAULT_BRANCH: "master"
1414

1515
concurrency:
16-
group: ${{ github.ref }}
16+
group: ${{ github.ref }}-scala3
1717
cancel-in-progress: true
1818

1919
jobs:

0 commit comments

Comments
 (0)