From a1e795074e5736e10f7426b490d778f37979604d Mon Sep 17 00:00:00 2001 From: Sid Date: Thu, 21 May 2026 18:50:06 +0530 Subject: [PATCH] chore: concurrency setup --- .github/workflows/tests-macos.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index 64d86fb4c..9cdc6a421 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -50,8 +50,12 @@ jobs: e2e-test: name: Playwright E2E Tests (macOS) timeout-minutes: 150 + concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-e2e + cancel-in-progress: true runs-on: - - macos-latest + - self-hosted + - macOS - e2e steps: - uses: actions/checkout@v6