diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-11 22:15:38 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-12-11 22:15:38 +0100 |
| commit | 6857d1a4a8eb6fcb7b88b0339413913ba2c3351a (patch) | |
| tree | a204df79f7057d7d420bf7c5358791347617b9cd /.github | |
| parent | f51c723b45b139cd5f833c0ece6953ce65b2ad7d (diff) | |
| download | PROJ-6857d1a4a8eb6fcb7b88b0339413913ba2c3351a.tar.gz PROJ-6857d1a4a8eb6fcb7b88b0339413913ba2c3351a.zip | |
conda.yml: restrict to main repository builds, otherwise fails to build in forks
Diffstat (limited to '.github')
| -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: |
