diff --git a/.github/workflows/test-with-conda.yml b/.github/workflows/test-with-conda.yml index f5803cd6..04b405db 100644 --- a/.github/workflows/test-with-conda.yml +++ b/.github/workflows/test-with-conda.yml @@ -6,6 +6,9 @@ on: jobs: build-linux: + if: > + github.event_name == 'push' + || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) runs-on: ubuntu-latest strategy: max-parallel: 5