mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 22:50:56 +00:00
ci: dedup paths filters
This commit is contained in:
@@ -8,13 +8,11 @@ name: Test Bonsai Viewer Autodesk Connector
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths: &ci_paths
|
||||||
- 'src/bonsaiviewer-autodesk/**'
|
- 'src/bonsaiviewer-autodesk/**'
|
||||||
- '.github/workflows/build-bonsaiviewer-autodesk.yml'
|
- '.github/workflows/build-bonsaiviewer-autodesk.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths: *ci_paths
|
||||||
- 'src/bonsaiviewer-autodesk/**'
|
|
||||||
- '.github/workflows/build-bonsaiviewer-autodesk.yml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name: ci-ifcwrap-standalone
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths: &ci_paths
|
||||||
- ".github/workflows/ci-ifcwrap-standalone.yml"
|
- ".github/workflows/ci-ifcwrap-standalone.yml"
|
||||||
- "cmake/**"
|
- "cmake/**"
|
||||||
- "src/ifcwrap/**"
|
- "src/ifcwrap/**"
|
||||||
@@ -15,16 +15,7 @@ on:
|
|||||||
- "src/ifcopenshell-python/**"
|
- "src/ifcopenshell-python/**"
|
||||||
- "src/svgfill/**"
|
- "src/svgfill/**"
|
||||||
push:
|
push:
|
||||||
paths:
|
paths: *ci_paths
|
||||||
- ".github/workflows/ci-ifcwrap-standalone.yml"
|
|
||||||
- "cmake/**"
|
|
||||||
- "src/ifcwrap/**"
|
|
||||||
- "src/ifcparse/**"
|
|
||||||
- "src/ifcgeom/**"
|
|
||||||
- "src/serializers/**"
|
|
||||||
- "src/ifcconvert/**"
|
|
||||||
- "src/ifcopenshell-python/**"
|
|
||||||
- "src/svgfill/**"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IFCOPENSHELL_PREFIX: ${{ github.workspace }}/ifcopenshell-install
|
IFCOPENSHELL_PREFIX: ${{ github.workspace }}/ifcopenshell-install
|
||||||
|
|||||||
Reference in New Issue
Block a user