From 9078bf9aec29fbb3cf8e040e228fc3ea56a3baee Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 5 Sep 2023 13:06:48 -0400 Subject: [PATCH] stop enforcing concurrency for reusable workflows --- .github/workflows/publish-docker-images.yml | 5 ----- 1 file changed, 5 deletions(-) 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