Skip to content

Commit 1d57c8e

Browse files
authored
Merge pull request #2092 from Shopify/wcandillon-patch-7
Update tests.yml concurrency group to not clash with npm publishing
2 parents 3705f2b + 7aaddd7 commit 1d57c8e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/android-ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
timeout-minutes: 55
9+
concurrency:
10+
group: android-unbuntu-${{ github.ref }}
11+
cancel-in-progress: true
912
steps:
1013
- name: checkout
1114
uses: actions/checkout@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
env:
77
WORKING_DIRECTORY: ./
88
concurrency:
9-
group: npm-${{ github.ref }}
9+
group: tests-${{ github.ref }}
1010
cancel-in-progress: true
1111
steps:
1212
- name: checkout

externals/depot_tools

Submodule depot_tools updated from 3900055 to 007dd45

0 commit comments

Comments
 (0)