Skip to content

Commit

Permalink
Merge pull request #1058 from openziti/remove-concurrency-constraint-…
Browse files Browse the repository at this point in the history
…on-cmake-workflow

fix concurrency deadlock
  • Loading branch information
qrkourier authored Dec 5, 2024
2 parents 8cc6a6f + 985cf3f commit dd5ad19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ on:
workflow_dispatch:
workflow_call:

# cancel older, redundant runs of same workflow on same branch
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
# no concurrency constraints for callable workflows, set in caller instead

jobs:
build:
Expand Down

0 comments on commit dd5ad19

Please sign in to comment.