ci: dedup paths filters

This commit is contained in:
Andrej730
2026-09-03 15:51:26 +05:00
parent 403a23a976
commit 70bb008ff8
2 changed files with 4 additions and 15 deletions
@@ -8,13 +8,11 @@ name: Test Bonsai Viewer Autodesk Connector
on:
workflow_dispatch:
push:
paths:
paths: &ci_paths
- 'src/bonsaiviewer-autodesk/**'
- '.github/workflows/build-bonsaiviewer-autodesk.yml'
pull_request:
paths:
- 'src/bonsaiviewer-autodesk/**'
- '.github/workflows/build-bonsaiviewer-autodesk.yml'
paths: *ci_paths
jobs:
test:
+2 -11
View File
@@ -4,7 +4,7 @@ name: ci-ifcwrap-standalone
on:
workflow_dispatch:
pull_request:
paths:
paths: &ci_paths
- ".github/workflows/ci-ifcwrap-standalone.yml"
- "cmake/**"
- "src/ifcwrap/**"
@@ -15,16 +15,7 @@ on:
- "src/ifcopenshell-python/**"
- "src/svgfill/**"
push:
paths:
- ".github/workflows/ci-ifcwrap-standalone.yml"
- "cmake/**"
- "src/ifcwrap/**"
- "src/ifcparse/**"
- "src/ifcgeom/**"
- "src/serializers/**"
- "src/ifcconvert/**"
- "src/ifcopenshell-python/**"
- "src/svgfill/**"
paths: *ci_paths
env:
IFCOPENSHELL_PREFIX: ${{ github.workspace }}/ifcopenshell-install