Skip to content

Commit

Permalink
fix ci initializer to prevent accidentally triggering and add tagged …
Browse files Browse the repository at this point in the history
…release for conda-forge release
  • Loading branch information
Krande committed Aug 15, 2022
1 parent dcad414 commit ab647b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-daily-build.yml
Expand Up @@ -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:
Expand Down

0 comments on commit ab647b1

Please sign in to comment.