Merge pull request #4271 from rgommers/homebrew-nightly-on-main-repo
Run nightly Homebrew cron job only on the main repo, not on forks
This commit is contained in:
commit
68906a98c7
|
@ -23,6 +23,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-OpenBLAS-with-Homebrew:
|
build-OpenBLAS-with-Homebrew:
|
||||||
|
if: "github.repository == 'OpenMathLib/OpenBLAS'"
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
|
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
|
||||||
|
|
Loading…
Reference in New Issue