From a625b8ee276fe58b131f378f6b740f231b42b808 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Sun, 28 Apr 2024 20:11:39 +0100 Subject: [PATCH] remove concurrency group from infra workflow --- .github/workflows/publish-infra.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish-infra.yml b/.github/workflows/publish-infra.yml index 00fc62e8b..65c6d2e41 100644 --- a/.github/workflows/publish-infra.yml +++ b/.github/workflows/publish-infra.yml @@ -30,9 +30,6 @@ permissions: packages: write contents: read -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - env: AWS_REGION: us-east-1