Skip to content

Commit

Permalink
ci: fix the release concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed May 11, 2023
1 parent 2aa766e commit f660162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
release:
concurrency:
# Only one release job at a time. Strictly sequential.
group: release
group: release-${{ github.workflow }}-${{ github.event.number || github.ref }}
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit f660162

Please sign in to comment.