File tree Expand file tree Collapse file tree 6 files changed +40
-1
lines changed Expand file tree Collapse file tree 6 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : arm64 graviton cirun
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches :
6
+ - develop
7
+ - release-**
8
+ pull_request :
9
+ branches :
10
+ - develop
11
+ - release-**
12
+
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15
+ cancel-in-progress : true
4
16
5
17
permissions :
6
18
contents : read # to fetch code (actions/checkout)
7
19
8
20
jobs :
9
21
build :
22
+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
10
23
runs-on : " cirun-aws-runner-graviton--${{ github.run_id }}"
11
24
12
25
strategy :
Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ name: c910v qemu test
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7
+ cancel-in-progress : true
8
+
5
9
permissions :
6
10
contents : read # to fetch code (actions/checkout)
7
11
8
12
jobs :
9
13
TEST :
14
+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
10
15
runs-on : ubuntu-latest
11
16
env :
12
17
xuetie_toolchain : https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource//1663142514282
Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ name: continuous build
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7
+ cancel-in-progress : true
8
+
5
9
permissions :
6
10
contents : read # to fetch code (actions/checkout)
7
11
8
12
jobs :
9
13
build :
14
+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
10
15
runs-on : ${{ matrix.os }}
11
16
12
17
strategy :
@@ -146,6 +151,7 @@ jobs:
146
151
147
152
148
153
msys2 :
154
+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
149
155
runs-on : windows-latest
150
156
151
157
strategy :
@@ -312,6 +318,7 @@ jobs:
312
318
313
319
314
320
cross_build :
321
+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
315
322
runs-on : ubuntu-22.04
316
323
317
324
strategy :
Original file line number Diff line number Diff line change @@ -2,8 +2,13 @@ name: loongarch64 qemu test
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
TEST :
11
+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
7
12
runs-on : ubuntu-latest
8
13
strategy :
9
14
fail-fast : false
Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ name: mips64 qemu test
2
2
3
3
on : [push, pull_request]
4
4
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7
+ cancel-in-progress : true
8
+
5
9
permissions :
6
10
contents : read # to fetch code (actions/checkout)
7
11
8
12
jobs :
9
13
TEST :
14
+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
10
15
runs-on : ubuntu-latest
11
16
strategy :
12
17
fail-fast : false
Original file line number Diff line number Diff line change 18
18
19
19
name : Nightly-Homebrew-Build
20
20
21
+ concurrency :
22
+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
23
+ cancel-in-progress : true
24
+
21
25
permissions :
22
26
contents : read # to fetch code (actions/checkout)
23
27
You can’t perform that action at this time.
0 commit comments