diff options
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a146f5c..c2e94b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml | |||
@@ -6,7 +6,7 @@ on: | |||
6 | tags: [ "v*" ] | 6 | tags: [ "v*" ] |
7 | 7 | ||
8 | concurrency: | 8 | concurrency: |
9 | group: "${{ github.workflow }}-${{ github.ref }}" | 9 | group: "${{ github.workflow }}-${{ github.event.number || github.ref }}" |
10 | cancel-in-progress: true | 10 | cancel-in-progress: true |
11 | 11 | ||
12 | permissions: | 12 | permissions: |