Skip to content

Commit

Permalink
ci: updates concurrency group for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Aug 3, 2023
1 parent 3908cdf commit fbd27c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Release
run-name: 'Release (branch: ${{ github.event.workflow_run.head_branch }})'
run-name: "Release (branch: ${{ github.event.workflow_run.head_branch }})"

on:
workflow_run:
Expand All @@ -11,7 +11,7 @@ permissions:
contents: read

concurrency:
group: release
group: ${{ github.workflow }}-release

jobs:
release:
Expand Down

0 comments on commit fbd27c7

Please sign in to comment.