Skip to content

Commit 68906a9

Browse files
authored
Merge pull request #4271 from rgommers/homebrew-nightly-on-main-repo
Run nightly Homebrew cron job only on the main repo, not on forks
2 parents 0799b0d + 6b8379d commit 68906a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-Homebrew-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323

2424
jobs:
2525
build-OpenBLAS-with-Homebrew:
26+
if: "github.repository == 'OpenMathLib/OpenBLAS'"
2627
runs-on: macos-latest
2728
env:
2829
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer

0 commit comments

Comments
 (0)