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 8a9001c commit 9002f26Copy full SHA for 9002f26
.github/workflows/build-and-deploy.yml
@@ -47,7 +47,7 @@ jobs:
47
release:
48
concurrency:
49
# Allow only one release at a time.
50
- group: release
+ group: release-${{ github.event.number || github.ref }}
51
needs:
52
- build
53
runs-on: ubuntu-latest
0 commit comments