mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user