From 6857d1a4a8eb6fcb7b88b0339413913ba2c3351a Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 11 Dec 2020 22:15:38 +0100 Subject: conda.yml: restrict to main repository builds, otherwise fails to build in forks --- .github/workflows/conda.yml | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3