Browse Source
Merge pull request #4271 from rgommers/homebrew-nightly-on-main-repo
Run nightly Homebrew cron job only on the main repo, not on forks
tags/v0.3.25^2
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/nightly-Homebrew-build.yml
|
|
|
@@ -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 |
|
|
|
|