mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
.github: run python cleanliness and validate board list only once
This commit is contained in:
parent
f2e34befe4
commit
1391892406
2
.github/workflows/test_scripts.yml
vendored
2
.github/workflows/test_scripts.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
config: [
|
||||
check_autotest_options,
|
||||
param_parse,
|
||||
python-cleanliness,
|
||||
validate_board_list,
|
||||
]
|
||||
steps:
|
||||
# git checkout the PR
|
||||
|
10
.github/workflows/test_unit_tests.yml
vendored
10
.github/workflows/test_unit_tests.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: test unit tests and Python cleanliness
|
||||
name: test unit tests and sitl building
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
# paths:
|
||||
@ -23,17 +23,9 @@ jobs:
|
||||
]
|
||||
config: [
|
||||
unit-tests,
|
||||
python-cleanliness,
|
||||
validate_board_list,
|
||||
sitl
|
||||
# examples,
|
||||
]
|
||||
exclude:
|
||||
- config: [
|
||||
python-cleanliness,
|
||||
validate_board_list
|
||||
]
|
||||
toolchain: clang
|
||||
steps:
|
||||
# git checkout the PR
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user