Skip to content

Commit

Permalink
Merge pull request #2092 from Shopify/wcandillon-patch-7
Browse files Browse the repository at this point in the history
Update tests.yml concurrency group to not clash with npm publishing
  • Loading branch information
wcandillon authored Dec 21, 2023
2 parents 3705f2b + 7aaddd7 commit 1d57c8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 55
concurrency:
group: android-unbuntu-${{ github.ref }}
cancel-in-progress: true
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
env:
WORKING_DIRECTORY: ./
concurrency:
group: npm-${{ github.ref }}
group: tests-${{ github.ref }}
cancel-in-progress: true
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion externals/depot_tools
Submodule depot_tools updated from 390005 to 007dd4

0 comments on commit 1d57c8e

Please sign in to comment.