From a7c0214fc28b0e05ea076fb14c47472abbadc32b Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 25 Apr 2024 10:25:32 -0400 Subject: [PATCH] Tests: include github ref in concurrency group - fixes cancelled workflows when multiple PRs are merged in quick succession to both the main and 3.x-stable branches --- .github/workflows/browserstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index e3a2504603..b6a917b144 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -15,7 +15,7 @@ jobs: NODE_VERSION: 20.x name: ${{ matrix.BROWSER }} concurrency: - group: ${{ github.workflow }} ${{ matrix.BROWSER }} + group: ${{ matrix.BROWSER }}-${{ github.ref }} timeout-minutes: 30 strategy: fail-fast: false