Skip to content

Commit

Permalink
stop enforcing concurrency for reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Sep 5, 2023
1 parent b5f14bb commit 9078bf9
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 9078bf9

Please sign in to comment.