We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e562db commit 408845eCopy full SHA for 408845e
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
tags: [v*]
6
pull_request:
7
concurrency:
8
- group: ${{ github.workflow }} @ ${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.run_id || github.ref }}
9
cancel-in-progress: true
10
jobs:
11
test:
@@ -53,5 +53,4 @@ jobs:
53
env:
54
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
55
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
56
- SONATYPE_CREDENTIAL_HOST: ${{ secrets.SONATYPE_CREDENTIAL_HOST }}
57
run: sbt publishSigned sonatypeBundleRelease
0 commit comments