@@ -3,19 +3,21 @@ name: nginx Tests
33# START OF COMMON SECTION
44on :
55 push :
6- branches : [ 'master', 'main', 'release/**' ]
7- pull_request :
8- branches : [ '*' ]
6+ # TODO uncomment
7+ # branches: [ 'master', 'main', 'release/**' ]
8+ # pull_request:
9+ # branches: [ '*' ]
910
10- concurrency :
11- group : ${{ github.workflow }}-${{ github.ref }}
12- cancel-in-progress : true
11+ # concurrency:
12+ # group: ${{ github.workflow }}-${{ github.ref }}
13+ # cancel-in-progress: true
1314# END OF COMMON SECTION
1415
1516jobs :
1617 build_wolfssl :
1718 name : Build wolfSSL
18- if : github.repository_owner == 'wolfssl'
19+ # TODO uncomment
20+ # if: github.repository_owner == 'wolfssl'
1921 # Just to keep it the same as the testing target
2022 runs-on : ubuntu-22.04
2123 # This should be a safe limit for the tests to run.
@@ -143,7 +145,8 @@ jobs:
143145 stream_proxy_protocol_ssl.t stream_proxy_ssl_conf_command.t stream_proxy_ssl.t
144146 stream_proxy_ssl_verify.t
145147 name : ${{ matrix.ref }}
146- if : github.repository_owner == 'wolfssl'
148+ # TODO uncomment
149+ # if: github.repository_owner == 'wolfssl'
147150 runs-on : ubuntu-22.04
148151 # This should be a safe limit for the tests to run.
149152 timeout-minutes : 6
@@ -185,7 +188,8 @@ jobs:
185188 - name : Checkout wolfssl-nginx
186189 uses : actions/checkout@v4
187190 with :
188- repository : wolfssl/wolfssl-nginx
191+ # TODO: change to wolfSSL
192+ repository : julek-wolfssl/wolfssl-nginx
189193 path : wolfssl-nginx
190194
191195 - name : Checkout nginx
0 commit comments