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 20
20
- ' scripts/ci-select-xcode.sh'
21
21
- ' scripts/set-device-tests-environment.patch'
22
22
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
+
23
28
jobs :
24
29
build-benchmark-test-target :
25
30
name : Build app and test runner
Original file line number Diff line number Diff line change 18
18
- Gemfile.lock
19
19
- ' Package.swift'
20
20
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
+
21
26
jobs :
22
27
# We had issues that the release build was broken on main.
23
28
# With this we catch potential issues already in the PR.
Original file line number Diff line number Diff line change 9
9
schedule :
10
10
- cron : ' 40 4 * * 6'
11
11
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
+
12
17
jobs :
13
18
analyze :
14
19
name : Analyze
Original file line number Diff line number Diff line change 24
24
- ' Sentry.xcodeproj/**'
25
25
- ' *.podspec'
26
26
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
+
27
32
jobs :
28
33
swift-lint :
29
34
name : Swift Lint
Original file line number Diff line number Diff line change 18
18
- ' Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-SwiftUITests.xcscheme'
19
19
- ' Samples/iOS-Swift/iOS-Swift.xcodeproj/xcshareddata/xcschemes/iOS-Swift.xcscheme'
20
20
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
+
21
26
jobs :
22
27
build-ui-tests :
23
28
name : Build UITests
Original file line number Diff line number Diff line change 28
28
- " Samples/macOS-Swift/macOS-Swift.xcodeproj/xcshareddata/xcschemes/macOS-Swift.xcscheme"
29
29
- " Samples/iOS-ObjectiveC/iOS-ObjectiveC.xcodeproj/xcshareddata/xcschemes/iOS-ObjectiveC.xcscheme"
30
30
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
+
31
36
jobs :
32
37
build-test-server :
33
38
name : Build test server
You can’t perform that action at this time.
0 commit comments