We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a89e66 commit d9fd5aaCopy full SHA for d9fd5aa
.github/workflows/ci-scala-213.yml
@@ -13,7 +13,7 @@ env:
13
G8_PARAM_DEFAULT_BRANCH: "master"
14
15
concurrency:
16
- group: ${{ github.ref }}
+ group: ${{ github.ref }}-scala213
17
cancel-in-progress: true
18
19
jobs:
.github/workflows/ci-scala-3.yml
+ group: ${{ github.ref }}-scala3
0 commit comments