ci: fix workflow concurrency control (#191)

This commit is contained in:
Bjerg
2022-11-11 07:46:32 +01:00
committed by GitHub
parent 2754315e68
commit 9575eb89fb
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: ci

View File

@ -13,7 +13,7 @@ env:
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: deny