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 fb8fac0 commit 67ce2bdCopy full SHA for 67ce2bd
.github/workflows/ios-e2e-test.yml
@@ -29,7 +29,7 @@ jobs:
29
env:
30
WORKING_DIRECTORY: example
31
concurrency:
32
- group: ios-e2e-${{ github.ref }}
+ group: ios-e2e-${{ matrix.config.xcode }}-${{ github.ref }}
33
cancel-in-progress: true
34
strategy:
35
matrix:
0 commit comments