From 9087ec14f834c7e15fecc6e42b455e2c334db574 Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Thu, 30 Nov 2023 15:45:31 -0500 Subject: [PATCH] fix: restore concurrency Signed-off-by: Lou DeGenaro --- .github/workflows/main-push.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main-push.yml b/.github/workflows/main-push.yml index d1ea479..77ea538 100644 --- a/.github/workflows/main-push.yml +++ b/.github/workflows/main-push.yml @@ -59,6 +59,9 @@ jobs: name: Merge main to develop runs-on: ubuntu-latest needs: release + concurrency: + group: ${{ github.ref }}-${{ github.workflow }}-${{ github.job }}-main + cancel-in-progress: true if: github.ref == 'refs/heads/main' steps: - uses: tukasz/direct-merge-action@master