ci: include assets path for UI label and preview (#36499)

* workflow: include 'selfdrive/assets/**' path for triggering UI preview

* ui: include 'selfdrive/assets/**' path in labeler configuration
This commit is contained in:
David
2025-10-27 15:28:09 -05:00
committed by GitHub
parent 6c85e2c697
commit ff6ed7055d
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ simulation:
ui:
- changed-files:
- any-glob-to-all-files: '{selfdrive/ui/**,system/ui/**}'
- any-glob-to-all-files: '{selfdrive/assets/**,selfdrive/ui/**,system/ui/**}'
tools:
- changed-files:

View File

@@ -8,6 +8,7 @@ on:
branches:
- 'master'
paths:
- 'selfdrive/assets/**'
- 'selfdrive/ui/**'
- 'system/ui/**'
workflow_dispatch: