From 30f239478285d721b5b296a7715c65c2b8972f37 Mon Sep 17 00:00:00 2001 From: "Wileam Y. Phan" <50928756+wyphan@users.noreply.github.com> Date: Thu, 19 May 2022 15:35:52 -0400 Subject: Run scheduled CI workflows only in the main repo (#30729) Co-authored-by: Massimiliano Culpo --- .github/workflows/macos_python.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows/macos_python.yml') 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 -- cgit v1.2.3-60-g2f50