diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46197a3a8..ce5a126f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ env: PYTHONUNBUFFERED: 1 jobs: build: + if: ${{ github.repository == 'nv-legate/legate.numpy' }} runs-on: self-hosted steps: - name: Run CI build @@ -37,6 +38,7 @@ jobs: name: build-log path: ./**/${{ env.COMMIT }}-build.log.gpg test: + if: ${{ github.repository == 'nv-legate/legate.numpy' }} runs-on: self-hosted needs: build strategy: