Skip to content

Commit 7aaddd7

Browse files
committed
More meaningful concurrency group names
1 parent a6bf7f6 commit 7aaddd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
timeout-minutes: 55
99
concurrency:
10-
group: ci-${{ github.ref }}
10+
group: android-unbuntu-${{ github.ref }}
1111
cancel-in-progress: true
1212
steps:
1313
- name: checkout

.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: ci-${{ github.ref }}
9+
group: tests-${{ github.ref }}
1010
cancel-in-progress: true
1111
steps:
1212
- name: checkout

0 commit comments

Comments
 (0)