aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTimmy Willison <timmywil@users.noreply.github.com>2024-05-29 11:06:23 -0400
committerGitHub <noreply@github.com>2024-05-29 11:06:23 -0400
commitfa73e2f1b25304c93006dd45b6cba24f663e2ae7 (patch)
tree87c6ac2febe16ad43a848013e01dd802f0ab5c41 /.github
parent527fb3dcf0dcde69302a741dfc61cbfa58e99eb0 (diff)
downloadjquery-fa73e2f1b25304c93006dd45b6cba24f663e2ae7.tar.gz
jquery-fa73e2f1b25304c93006dd45b6cba24f663e2ae7.zip
Tests: revert concurrency group change
- It's common for us to merge to main and cherry pick to 3.x-stable, so it's best if concurrency is shared between branches, which is effectively what we had already as it matches on workflow name and browser. Ideally, it could also match on the corresponding commit, but it seems the commit message is not available in the github context. Close gh-5492
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/browserstack.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml
index 1f06c98ba..13ad4ef74 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: ${{ matrix.BROWSER }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ matrix.BROWSER }}
timeout-minutes: 30
strategy:
fail-fast: false
/option> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.js
blob: c48171c83858048c235c6bce36058d52e0d67673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15