From 9b21067dd8fb4d65a20825a7ae1c336c66059617 Mon Sep 17 00:00:00 2001 From: Ivo Hanak Date: Wed, 18 Oct 2023 10:18:43 +0200 Subject: [PATCH] Removed duplicate executions --- .github/workflows/test-with-conda.yml | 3 +++ 1 file changed, 3 insertions(+) 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