Commit 456e3c9
committed
workflows: skip CI on forks
Match the wolfssl repo's convention (see .github/workflows/xcode.yml,
ocsp.yml, etc.): gate each job with
`if: github.repository_owner == 'wolfssl'` so Actions run only for the
upstream repository owner and not for forks pushing their own branches.1 parent 1aab369 commit 456e3c9
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments