diff options
| -rw-r--r-- | .github/workflows/conda.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 296754f1..596aaad2 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -7,6 +7,7 @@ on: jobs: build: name: Conda ${{ matrix.platform }} + if: github.repository == 'OSGeo/PROJ' runs-on: ${{ matrix.platform }} strategy: |
