Skip to content

Commit f47483d

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

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
@@ -102,7 +102,7 @@ jobs:
102102
env:
103103
WORKING_DIRECTORY: example
104104
concurrency:
105-
group: ios-e2e-${{ matrix.devices.ios }}-${{ github.ref }}
105+
group: ios-e2e-${{ matrix.devices.ios }}-${{ matrix.devices.xcode }}-${{ github.ref }}
106106
cancel-in-progress: true
107107
strategy:
108108
matrix:

0 commit comments

Comments
 (0)