Skip to content

Commit 72ae012

Browse files
Merge pull request #9202 from gojimmypi/pr-apple-workflow-update
Remove missing workflow strategy, run only for wolfssl owner
2 parents b8b35e2 + 01178b3 commit 72ae012

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macos-apple-native-cert-validation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ concurrency:
1414

1515
jobs:
1616
make_check:
17-
strategy:
18-
fail-fast: false
17+
if: github.repository_owner == 'wolfssl'
1918
runs-on: macos-latest
2019
# This should be a safe limit for the tests to run.
2120
timeout-minutes: 5

0 commit comments

Comments
 (0)