Compare commits

...

1 Commits

Author SHA1 Message Date
krande 1db456fa39 run ci only on main repo to prevent accidentally triggering 2022-08-15 16:48:58 +02:00
+9
View File
@@ -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: