Add conditional repository_owner to workflow, remove socat strategy
This commit is contained in:
2
.github/workflows/jwt-cpp.yml
vendored
2
.github/workflows/jwt-cpp.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
||||
build_wolfssl:
|
||||
name: Build wolfSSL
|
||||
# Just to keep it the same as the testing target
|
||||
if: github.repository_owner == 'wolfssl'
|
||||
runs-on: ubuntu-latest
|
||||
# This should be a safe limit for the tests to run.
|
||||
timeout-minutes: 4
|
||||
@@ -45,6 +46,7 @@ jobs:
|
||||
matrix:
|
||||
ref: [ 0.6.0 ]
|
||||
name: ${{ matrix.ref }}
|
||||
if: github.repository_owner == 'wolfssl'
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_wolfssl
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user