only do import of ifcopenshell as means of testing and rely on the successful completion of ci.yml as a triggering mechanism instead

This commit is contained in:
krande
2022-04-17 21:08:37 +02:00
parent f7f88532ad
commit c81c4d517c
3 changed files with 27 additions and 12 deletions
+6
View File
@@ -8,6 +8,12 @@ on:
- .github/workflows/ci-daily-build.yml
branches:
- pr-daily-builds
# Only trigger, when the build workflow succeeded
workflow_run:
workflows: ["ci"]
types:
- completed
jobs:
test:
name: ${{ matrix.platform.distver }}-${{ matrix.pyver.name }}