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:
2
.github/labeler.yaml
vendored
2
.github/labeler.yaml
vendored
@@ -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:
|
||||
|
||||
1
.github/workflows/raylib_ui_preview.yaml
vendored
1
.github/workflows/raylib_ui_preview.yaml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
branches:
|
||||
- 'master'
|
||||
paths:
|
||||
- 'selfdrive/assets/**'
|
||||
- 'selfdrive/ui/**'
|
||||
- 'system/ui/**'
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user