adjust group

This commit is contained in:
Leonardo Venturini
2024-10-21 09:22:23 -04:00
parent 7a83d69b34
commit c6354d8604
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
test:
runs-on: windows-2019-meteor
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref }}-meteor-selftest-windows
cancel-in-progress: true
steps:

View File

@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref }}-test-deprecated-packages
cancel-in-progress: true
env: