File tree Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Expand file tree Collapse file tree 6 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 2020 - ' scripts/ci-select-xcode.sh'
2121 - ' scripts/set-device-tests-environment.patch'
2222
23+ # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
24+ concurrency :
25+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26+ cancel-in-progress : true
27+
2328jobs :
2429 build-benchmark-test-target :
2530 name : Build app and test runner
Original file line number Diff line number Diff line change 1818 - Gemfile.lock
1919 - ' Package.swift'
2020
21+ # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24+ cancel-in-progress : true
25+
2126jobs :
2227 # We had issues that the release build was broken on main.
2328 # With this we catch potential issues already in the PR.
Original file line number Diff line number Diff line change 99 schedule :
1010 - cron : ' 40 4 * * 6'
1111
12+ # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+ cancel-in-progress : true
16+
1217jobs :
1318 analyze :
1419 name : Analyze
Original file line number Diff line number Diff line change 2424 - ' Sentry.xcodeproj/**'
2525 - ' *.podspec'
2626
27+ # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
28+ concurrency :
29+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
30+ cancel-in-progress : true
31+
2732jobs :
2833 swift-lint :
2934 name : Swift Lint
Original file line number Diff line number Diff line change 1818 - ' Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-SwiftUITests.xcscheme'
1919 - ' Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-Swift.xcscheme'
2020
21+ # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
22+ concurrency :
23+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
24+ cancel-in-progress : true
25+
2126jobs :
2227 build-ui-tests :
2328 name : Build UITests
Original file line number Diff line number Diff line change 2828 - " Samples/macOS-Swift/macOS-Swift.xcodeproj/xcshareddata/xcschemes/macOS-Swift.xcscheme"
2929 - " Samples/iOS-ObjectiveC/iOS-ObjectiveC.xcodeproj/xcshareddata/xcschemes/iOS-ObjectiveC.xcscheme"
3030
31+ # https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
32+ concurrency :
33+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
34+ cancel-in-progress : true
35+
3136jobs :
3237 build-test-server :
3338 name : Build test server
You can’t perform that action at this time.
0 commit comments