Skip to content

Commit

Permalink
Merge pull request #1292 from openziti/actions-concurrency-deadlock-r…
Browse files Browse the repository at this point in the history
…eusable

stop enforcing concurrency for reusable workflows
  • Loading branch information
qrkourier authored Sep 5, 2023
2 parents b5f14bb + 9078bf9 commit cedf4a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
type: string
required: true

# cancel older, redundant runs of same workflow on same branch
concurrency:
group: ${{ github.workflow }}-${{github.event_name}}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

jobs:
publish-docker-images:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cedf4a2

Please sign in to comment.