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: