mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
ci: wgpu mac — cover ifcviewer-wgpu-minimal + wgpu-mem-probe in paths filter
The first run after BUNDLE DESTINATION fix didn't trigger because that commit only touched src/ifcviewer-wgpu-minimal/CMakeLists.txt, which the workflow's paths: list didn't cover. Add the two sibling subprojects (-minimal and wgpu-mem-probe) since they participate in the same configure pass. (Manual workflow_dispatch is still unavailable until this workflow lands on the default branch — GitHub gates the "Run workflow" button on the default branch's copy of the file.) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,8 @@ on:
|
||||
- v0.8.0
|
||||
paths:
|
||||
- 'src/ifcviewer-wgpu/**'
|
||||
- 'src/ifcviewer-wgpu-minimal/**'
|
||||
- 'src/wgpu-mem-probe/**'
|
||||
- 'src/ifcviewer/SidecarCache.*'
|
||||
- 'src/ifcviewer/InstancedGeometry.h'
|
||||
- 'src/ifcviewer/VertexQuantization.h'
|
||||
@@ -25,6 +27,8 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'src/ifcviewer-wgpu/**'
|
||||
- 'src/ifcviewer-wgpu-minimal/**'
|
||||
- 'src/wgpu-mem-probe/**'
|
||||
- 'src/ifcviewer/SidecarCache.*'
|
||||
- 'src/ifcviewer/InstancedGeometry.h'
|
||||
- 'src/ifcviewer/VertexQuantization.h'
|
||||
|
||||
Reference in New Issue
Block a user