summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_python.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/macos_python.yml')
-rw-r--r--.github/workflows/macos_python.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml
index 1b70659175..130a1bf70b 100644
--- a/.github/workflows/macos_python.yml
+++ b/.github/workflows/macos_python.yml
@@ -22,6 +22,7 @@ on:
jobs:
install_gcc:
name: gcc with clang
+ if: github.repository == 'spack/spack'
runs-on: macos-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2
@@ -36,6 +37,7 @@ jobs:
install_jupyter_clang:
name: jupyter
+ if: github.repository == 'spack/spack'
runs-on: macos-latest
timeout-minutes: 700
steps:
@@ -50,6 +52,7 @@ jobs:
install_scipy_clang:
name: scipy, mpl, pd
+ if: github.repository == 'spack/spack'
runs-on: macos-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # @v2