From 46319634fb6bf79c0e8c58fc207de1fafabbf613 Mon Sep 17 00:00:00 2001 From: krande Date: Thu, 23 Nov 2023 15:05:17 +0100 Subject: [PATCH] run it once on fork --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 7f124193b5..68b78253bc 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -18,7 +18,7 @@ jobs: activate: runs-on: ubuntu-latest if: | - github.repository == 'IfcOpenShell/IfcOpenShell' + github.repository == 'Krande/IfcOpenShell' steps: - name: Set env run: echo ok go @@ -66,5 +66,5 @@ jobs: - name: build, test and upload ifcopenshell if: ${{ matrix.platform.upload == 'true' }} run: | - conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --token ${{ secrets.ANACONDA_TOKEN }} --user ifcopenshell --variants "{variant: ${{ matrix.variant }}}" + conda-build . --python ${{ matrix.pyver.distver }} -c conda-forge --variants "{variant: ${{ matrix.variant }}}" working-directory: ./conda