File tree Expand file tree Collapse file tree 3 files changed +0
-76
lines changed
Expand file tree Collapse file tree 3 files changed +0
-76
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ concurrency:
1212
1313jobs :
1414 create_matrix :
15- if : github.repository_owner == 'wolfssl'
1615 runs-on : ubuntu-latest
1716 outputs :
1817 versions : ${{ steps.json.outputs.versions }}
3433 os : [ ubuntu-latest ]
3534 wolfssl : ${{ fromJson(needs.create_matrix.outputs['versions']) }}
3635 name : Build wolfssl
37- if : github.repository_owner == 'wolfssl'
3836 runs-on : ${{ matrix.os }}
3937 timeout-minutes : 4
4038 steps :
6765 os : [ ubuntu-latest ]
6866 wolfssl : ${{ fromJson(needs.create_matrix.outputs['versions']) }}
6967 name : Build and test wolfsshd
70- if : github.repository_owner == 'wolfssl'
7168 runs-on : ${{ matrix.os }}
7269 timeout-minutes : 10
7370 steps :
Original file line number Diff line number Diff line change 1414 config :
1515 - zephyr-ref : v3.4.0
1616 zephyr-sdk : 0.16.1
17- if : github.repository_owner == 'wolfssl'
1817 runs-on : ubuntu-22.04
1918 # This should be a safe limit for the tests to run.
2019 timeout-minutes : 20
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments