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:
1
.github/workflows/nightly-Homebrew-build.yml
vendored
1
.github/workflows/nightly-Homebrew-build.yml
vendored
@@ -23,6 +23,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build-OpenBLAS-with-Homebrew:
|
||||
if: "github.repository == 'OpenMathLib/OpenBLAS'"
|
||||
runs-on: macos-latest
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_11.4.1.app/Contents/Developer
|
||||
|
||||
Reference in New Issue
Block a user