mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-15 00:03:45 +08:00
799539320d
* can? * car still makes sense * bump * opendbc * ? * bump * revert
28 lines
638 B
YAML
28 lines
638 B
YAML
CI / testing:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{.github/**,**/test_*,Jenkinsfile}"
|
|
|
|
car:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'selfdrive/car/**,opendbc_repo'
|
|
|
|
simulation:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'tools/sim/**'
|
|
|
|
ui:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'selfdrive/ui/**'
|
|
|
|
tools:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'tools/**'
|
|
|
|
multilanguage:
|
|
- changed-files:
|
|
- any-glob-to-all-files: 'selfdrive/ui/translations/**'
|
|
|
|
research:
|
|
- changed-files:
|
|
- any-glob-to-all-files: "{selfdrive/modeld/models/**,selfdrive/test/process_replay/model_replay_ref_commit}"
|