We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bf7f6 commit 7aaddd7Copy full SHA for 7aaddd7
.github/workflows/android-ubuntu.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
timeout-minutes: 55
9
concurrency:
10
- group: ci-${{ github.ref }}
+ group: android-unbuntu-${{ github.ref }}
11
cancel-in-progress: true
12
steps:
13
- name: checkout
.github/workflows/tests.yml
@@ -6,7 +6,7 @@ jobs:
6
env:
WORKING_DIRECTORY: ./
+ group: tests-${{ github.ref }}
0 commit comments