Skip to content

Commit

Permalink
fix(CI): Stop cargo-deny jobs from canceling each other (#4084)
Browse files Browse the repository at this point in the history
* fix(CI): Stop cargo-deny jobs from canceling each other

* revert
  • Loading branch information
DaughterOfMars authored Nov 15, 2024
1 parent 597b21b commit b516734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_cargo_deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: "./Cargo.toml"

concurrency:
group: cargo-deny-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: cargo-deny-${{ inputs.manifest-path || './Cargo.toml' }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit b516734

Please sign in to comment.