From b1eca77869d43a2dfc98638330a278671be45433 Mon Sep 17 00:00:00 2001 From: Ken Bingham Date: Thu, 31 Aug 2023 13:33:57 -0400 Subject: [PATCH] stop using Actions concurrency on this callable workflow --- .github/workflows/publish-linux-packages.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish-linux-packages.yml b/.github/workflows/publish-linux-packages.yml index c68f6f285..23f660bdd 100644 --- a/.github/workflows/publish-linux-packages.yml +++ b/.github/workflows/publish-linux-packages.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.head_ref || github.ref_name }} - cancel-in-progress: true - jobs: publish-linux-packages: runs-on: ubuntu-latest