File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed
Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - ' master'
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115jobs :
1216 e2e-android :
1317 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1111 branches :
1212 - ' master'
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1418jobs :
1519 e2e-ios :
1620 runs-on : macos-14
Original file line number Diff line number Diff line change 55 branches :
66 - ' master'
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
812defaults :
913 run :
1014 working-directory : example
Original file line number Diff line number Diff line change 55 branches :
66 - ' master'
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.ref }}
10+ cancel-in-progress : true
11+
812defaults :
913 run :
1014 working-directory : lib
Original file line number Diff line number Diff line change 88 branches :
99 - ' master'
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115jobs :
1216 mocha-android :
1317 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1111 branches :
1212 - ' master'
1313
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1418jobs :
1519 mocha-ios :
1620 runs-on : macos-13
You can’t perform that action at this time.
0 commit comments