File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed
Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 11name : iOS SDK Build and Lint
22
3- on : [pull_request]
3+ on :
4+ pull_request :
45
56concurrency :
67 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 11name : Secondary Platforms iOS Build
22
3- on : [pull_request]
3+ on :
4+ pull_request :
5+
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8+ cancel-in-progress : true
49
510env :
611 XCODE_VERSION : " 16.4"
Original file line number Diff line number Diff line change 11name : Cross Platform Tests
22
33on :
4- # Run for all PRs
54 pull_request :
6- # Run again once merged into development branch
7- push :
8- branches :
9- - development
5+
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8+ cancel-in-progress : true
109
1110env :
1211 XCODE_VERSION : " 16.4"
Original file line number Diff line number Diff line change 11name : Xcode Tests
22
33on :
4- # Run for all PRs
54 pull_request :
6- # Run again once merged into development branch
7- push :
8- branches :
9- - development
5+
6+ concurrency :
7+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8+ cancel-in-progress : true
109
1110env :
1211 XCODE_VERSION : " 16.4"
You can’t perform that action at this time.
0 commit comments