Skip to content

Commit 67ce2bd

Browse files
committed
fix: concurrency
1 parent fb8fac0 commit 67ce2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
WORKING_DIRECTORY: example
3131
concurrency:
32-
group: ios-e2e-${{ github.ref }}
32+
group: ios-e2e-${{ matrix.config.xcode }}-${{ github.ref }}
3333
cancel-in-progress: true
3434
strategy:
3535
matrix:

0 commit comments

Comments
 (0)