@@ -3,13 +3,13 @@ name: Ubuntu-Macos-Windows Tests
33# START OF COMMON SECTION
44on :
55 push :
6- branches : [ 'master', 'main', 'release/**' ]
7- pull_request :
8- branches : [ '*' ]
6+ # branches: [ 'master', 'main', 'release/**' ]
7+ # pull_request:
8+ # branches: [ '*' ]
99
1010concurrency :
1111 group : ${{ github.workflow }}-${{ github.ref }}
12- cancel-in-progress : true
12+ # cancel-in-progress: true
1313# END OF COMMON SECTION
1414
1515jobs :
6565 --enable-cert-setup-cb --enable-sessioncerts' ,
6666 ]
6767 name : make check
68- if : github.repository_owner == 'wolfssl'
68+ # if: github.repository_owner == 'wolfssl'
6969 runs-on : ${{ matrix.os }}
7070 # This should be a safe limit for the tests to run.
7171 timeout-minutes : 14
8686 ' examples/configs/user_settings_all.h' ,
8787 ]
8888 name : make user_setting.h
89- if : github.repository_owner == 'wolfssl'
89+ # if: github.repository_owner == 'wolfssl'
9090 runs-on : ${{ matrix.os }}
9191 # This should be a safe limit for the tests to run.
9292 timeout-minutes : 14
@@ -113,7 +113,7 @@ jobs:
113113 ' examples/configs/user_settings_tls12.h' ,
114114 ]
115115 name : make user_setting.h (testwolfcrypt only)
116- if : github.repository_owner == 'wolfssl'
116+ # if: github.repository_owner == 'wolfssl'
117117 runs-on : ${{ matrix.os }}
118118 # This should be a safe limit for the tests to run.
119119 timeout-minutes : 14
@@ -135,7 +135,7 @@ jobs:
135135 matrix :
136136 os : [ ubuntu-22.04, macos-latest ]
137137 name : make user_setting.h (with sed)
138- if : github.repository_owner == 'wolfssl'
138+ # if: github.repository_owner == 'wolfssl'
139139 runs-on : ${{ matrix.os }}
140140 # This should be a safe limit for the tests to run.
141141 timeout-minutes : 14
@@ -154,7 +154,7 @@ jobs:
154154
155155 windows_build :
156156 name : Windows Build Test
157- if : github.repository_owner == 'wolfssl'
157+ # if: github.repository_owner == 'wolfssl'
158158 runs-on : windows-latest
159159 strategy :
160160 fail-fast : false
0 commit comments