From 1db456fa393d2032414cce6ce596e9d84d3d0962 Mon Sep 17 00:00:00 2001 From: krande Date: Mon, 15 Aug 2022 16:48:58 +0200 Subject: [PATCH] run ci only on main repo to prevent accidentally triggering --- .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: