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 ae1a0a2 commit c055810Copy full SHA for c055810
1 file changed
.github/workflows/ci.yml
@@ -286,7 +286,7 @@ jobs:
286
name: "run integration tests on android ${{ matrix.api-level }}"
287
runs-on: self-hosted
288
concurrency:
289
- group: ${{ github.workflow }}-integration_test_android
+ group: ${{ github.workflow }}-integration_test_android-${{ matrix.api-level }}
290
strategy:
291
fail-fast: false
292
max-parallel: 1
0 commit comments