From ab647b13d93fea96d62f3fe8882e1430797c5509 Mon Sep 17 00:00:00 2001 From: krande Date: Mon, 15 Aug 2022 16:48:58 +0200 Subject: [PATCH] fix ci initializer to prevent accidentally triggering and add tagged release for conda-forge release --- .github/workflows/ci-daily-build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci-daily-build.yml b/.github/workflows/ci-daily-build.yml index 644ac3f8fa..d808f0c5af 100644 --- a/.github/workflows/ci-daily-build.yml +++ b/.github/workflows/ci-daily-build.yml @@ -15,8 +15,17 @@ on: - completed jobs: + activate: + runs-on: ubuntu-latest + if: | + github.repository == 'IfcOpenShell/IfcOpenShell' + steps: + - name: Set env + run: echo ok go + test: name: ${{ matrix.platform.distver }}-${{ matrix.pyver.name }} + needs: activate runs-on: ${{ matrix.platform.distver }} defaults: run: