Add exception to forked repos

This commit is contained in:
Andras Fekete
2024-10-17 15:09:03 -04:00
parent 8ed406c69d
commit 752b2c075c

View File

@@ -14,6 +14,7 @@ concurrency:
jobs: jobs:
build_wolfssl: build_wolfssl:
if: github.repository_owner == 'wolfssl'
name: Build wolfSSL name: Build wolfSSL
# Just to keep it the same as the testing target # Just to keep it the same as the testing target
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -39,6 +40,7 @@ jobs:
retention-days: 5 retention-days: 5
sssd_check: sssd_check:
if: github.repository_owner == 'wolfssl'
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: