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: 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:
+2 -11
View File
@@ -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