From 97db65dcb96d33fe7e1d1cc7286df67ccb31d7d3 Mon Sep 17 00:00:00 2001 From: Amit Lichtenberg Date: Tue, 18 Jun 2024 15:09:20 +0300 Subject: [PATCH] Disable cross-workflow concurrency of azure E2E tests --- .github/workflows/e2e-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index 34656037..e4fff9d2 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -79,7 +79,7 @@ jobs: timeout-minutes: 5 runs-on: ubuntu-latest concurrency: - group: ${{ github.workflow }} # do not allow concurrent runs of this job + group: azure-e2e-tests # do not allow concurrent runs of this job cancel-in-progress: false steps: - name: Checkout repository