File tree Expand file tree Collapse file tree 8 files changed +9
-4
lines changed Expand file tree Collapse file tree 8 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111
12+ if : github.repository_owner == 'wolfssl'
1213 runs-on : ubuntu-latest
1314
1415 steps :
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11-
11+ if : github.repository_owner == 'wolfssl'
1212 runs-on : ubuntu-latest
1313
1414 steps :
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ concurrency:
1616jobs :
1717 build_wolfssl :
1818 name : Build wolfSSL
19+ if : github.repository_owner == 'wolfssl'
1920 # Just to keep it the same as the testing target
2021 runs-on : ubuntu-22.04
21- if : github.repository_owner == 'wolfssl'
2222 # This should be a safe limit for the tests to run.
2323 timeout-minutes : 4
2424 steps :
Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
5454
5555 mbedtls_test :
5656 name : Test interop with mbedtls
57+ if : github.repository_owner == 'wolfssl'
5758 runs-on : ubuntu-latest
5859 needs : build_mbedtls
5960 timeout-minutes : 10
60- if : github.repository_owner == 'wolfssl'
6161 steps :
6262 - name : Disable IPv6 (IMPORTANT, OTHERWISE DTLS MBEDTLS CLIENT WON'T CONNECT)
6363 run : echo 1 | sudo tee /proc/sys/net/ipv6/conf/lo/disable_ipv6
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ concurrency:
1414
1515jobs :
1616 msys2 :
17+ if : github.repository_owner == 'wolfssl'
1718 runs-on : windows-latest
1819 defaults :
1920 run :
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ jobs:
5959
6060 nss_test :
6161 name : Test interop with nss
62+ if : github.repository_owner == 'wolfssl'
6263 runs-on : ubuntu-22.04
6364 needs : build_nss
6465 timeout-minutes : 10
65- if : github.repository_owner == 'wolfssl'
6666 steps :
6767 - name : Checking if we have nss in cache
6868 uses : actions/cache/restore@v4
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ concurrency:
1515jobs :
1616 build_wolfssl :
1717 name : Build wolfSSL
18+ if : github.repository_owner == 'wolfssl'
1819 # Just to keep it the same as the testing target
1920 runs-on : ubuntu-22.04
2021 # This should be a safe limit for the tests to run.
4950 - osp_ref : 2.6.7
5051 git_ref : OPENLDAP_REL_ENG_2_6_7
5152 name : ${{ matrix.osp_ref }}
53+ if : github.repository_owner == 'wolfssl'
5254 runs-on : ubuntu-22.04
5355 # This should be a safe limit for the tests to run.
5456 timeout-minutes : 20
Original file line number Diff line number Diff line change 4747 # List of releases to test
4848 ref : [ 2.9.1 ]
4949 name : ${{ matrix.ref }}
50+ if : github.repository_owner == 'wolfssl'
5051 runs-on : ubuntu-22.04
5152 container :
5253 image : quay.io/sssd/ci-client-devel:ubuntu-latest
You can’t perform that action at this time.
0 commit comments