From: Timmy Willison Date: Thu, 25 Apr 2024 17:07:55 +0000 (-0400) Subject: Tests: include github ref in concurrency group X-Git-Tag: 4.0.0-beta.2~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5880e02707dcefc4ec527bd1c56f64b8b0eba391;p=jquery.git 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 Close gh-5481 --- diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index 45f976583..1f06c98ba 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