Skip to content

Commit

Permalink
chore(repo): only run steps within publish.yml if not on fork (nrwl#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry authored Feb 2, 2024
1 parent ae104a8 commit 4916b8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:

jobs:
build:
if: ${{ github.repository_owner == 'nrwl' }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -157,6 +158,7 @@ jobs:
if-no-files-found: error

build-freebsd:
if: ${{ github.repository_owner == 'nrwl' }}
runs-on: macos-13-large
name: Build FreeBSD
timeout-minutes: 45
Expand Down

0 comments on commit 4916b8e

Please sign in to comment.