diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index bc7746f57..fc9fce4c2 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -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