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 428c8a6 commit a777489Copy full SHA for a777489
.github/workflows/build.yml
@@ -21,7 +21,7 @@ permissions:
21
contents: read
22
23
concurrency:
24
- group: build-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
25
cancel-in-progress: true
26
27
jobs:
.github/workflows/release.yml
@@ -11,7 +11,7 @@ permissions:
11
contents: write
12
13
14
- group: release-${{ github.event.pull_request.number || github.ref }}
15
16
17
build:
0 commit comments