File tree Expand file tree Collapse file tree 5 files changed +14
-32
lines changed Expand file tree Collapse file tree 5 files changed +14
-32
lines changed Original file line number Diff line number Diff line change 8
8
- release/**
9
9
pull_request :
10
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
14
+
11
15
jobs :
12
16
diff_check :
13
17
uses : ./.github/workflows/skip-ci.yml
Original file line number Diff line number Diff line change 8
8
- release/**
9
9
pull_request :
10
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
14
+
11
15
jobs :
12
16
diff_check :
13
17
uses : ./.github/workflows/skip-ci.yml
Original file line number Diff line number Diff line change 10
10
11
11
concurrency :
12
12
group : ${{ github.workflow }}-${{ github.ref }}
13
- cancel-in-progress : true
13
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
14
14
15
15
env :
16
16
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
19
19
diff_check :
20
20
uses : ./.github/workflows/skip-ci.yml
21
21
22
- cancel-previous-workflow :
23
- runs-on : ubuntu-latest
24
- needs : [diff_check]
25
- if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
26
- steps :
27
- - name : Cancel Previous Runs
28
- uses :
styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # [email protected]
29
- with :
30
- access_token : ${{ github.token }}
31
-
32
22
metrics :
33
23
runs-on : ${{ matrix.runs-on }}
34
24
needs : [diff_check]
Original file line number Diff line number Diff line change 8
8
- release/**
9
9
pull_request :
10
10
11
+ concurrency :
12
+ group : ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
14
+
11
15
jobs :
12
16
diff_check :
13
17
uses : ./.github/workflows/skip-ci.yml
14
18
15
- cancel-previous-workflow :
16
- runs-on : ubuntu-latest
17
- needs : [diff_check]
18
- if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
19
- steps :
20
- - name : Cancel Previous Runs
21
- uses :
styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # [email protected]
22
- with :
23
- access_token : ${{ github.token }}
24
-
25
19
test-ios :
26
20
name : ios
27
21
runs-on : macos-14 # uses m1 https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
Original file line number Diff line number Diff line change 9
9
10
10
concurrency :
11
11
group : ${{ github.workflow }}-${{ github.ref }}
12
- cancel-in-progress : true
12
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
13
13
14
14
env :
15
15
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
19
19
diff_check :
20
20
uses : ./.github/workflows/skip-ci.yml
21
21
22
- cancel-previous-workflow :
23
- runs-on : ubuntu-latest
24
- needs : [diff_check]
25
- if : ${{ needs.diff_check.outputs.skip_ci != 'true' }}
26
- steps :
27
- - name : Cancel Previous Runs
28
- uses :
styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # [email protected]
29
- with :
30
- access_token : ${{ github.token }}
31
-
32
22
build :
33
23
name : Build ${{ matrix.rn-architecture }} ${{ matrix.platform }} ${{ matrix.build-type }} ${{ matrix.ios-use-frameworks}}
34
24
runs-on : ${{ matrix.runs-on }}
You can’t perform that action at this time.
0 commit comments