File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : arm64 graviton cirun
22
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
416
517permissions :
618 contents : read # to fetch code (actions/checkout)
719
820jobs :
921 build :
22+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
1023 runs-on : " cirun-aws-runner-graviton--${{ github.run_id }}"
1124
1225 strategy :
Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ name: c910v qemu test
22
33on : [push, pull_request]
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7+ cancel-in-progress : true
8+
59permissions :
610 contents : read # to fetch code (actions/checkout)
711
812jobs :
913 TEST :
14+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
1015 runs-on : ubuntu-latest
1116 env :
1217 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
22
33on : [push, pull_request]
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7+ cancel-in-progress : true
8+
59permissions :
610 contents : read # to fetch code (actions/checkout)
711
812jobs :
913 build :
14+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
1015 runs-on : ${{ matrix.os }}
1116
1217 strategy :
@@ -146,6 +151,7 @@ jobs:
146151
147152
148153 msys2 :
154+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
149155 runs-on : windows-latest
150156
151157 strategy :
@@ -312,6 +318,7 @@ jobs:
312318
313319
314320 cross_build :
321+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
315322 runs-on : ubuntu-22.04
316323
317324 strategy :
Original file line number Diff line number Diff line change @@ -2,8 +2,13 @@ name: loongarch64 qemu test
22
33on : [push, pull_request]
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7+ cancel-in-progress : true
8+
59jobs :
610 TEST :
11+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
712 runs-on : ubuntu-latest
813 strategy :
914 fail-fast : false
Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ name: mips64 qemu test
22
33on : [push, pull_request]
44
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7+ cancel-in-progress : true
8+
59permissions :
610 contents : read # to fetch code (actions/checkout)
711
812jobs :
913 TEST :
14+ if : " github.repository == 'OpenMathLib/OpenBLAS'"
1015 runs-on : ubuntu-latest
1116 strategy :
1217 fail-fast : false
Original file line number Diff line number Diff line change 1818
1919name : Nightly-Homebrew-Build
2020
21+ concurrency :
22+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
23+ cancel-in-progress : true
24+
2125permissions :
2226 contents : read # to fetch code (actions/checkout)
2327
You can’t perform that action at this time.
0 commit comments