mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
ci: Fix release.yml
being cancelled due to ci.yml
(#1316)
Add a unique value to `concurrency.group` in `ci.yml` to prevent it from being cancelled when releasing crates. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c99b83b720
commit
0a71b39c90
2 changed files with 8 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -26,6 +26,8 @@ jobs:
|
|||
if: needs.info.outputs.is-release == 'true'
|
||||
needs: info
|
||||
uses: ./.github/workflows/ci.yml
|
||||
with:
|
||||
additional_key: ${{ github.run_id }}
|
||||
|
||||
tag:
|
||||
if: needs.info.outputs.is-release == 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue