.github: run python cleanliness and validate board list only once

This commit is contained in:
Peter Barker 2023-03-10 09:46:02 +11:00 committed by Peter Barker
parent f2e34befe4
commit 1391892406
2 changed files with 4 additions and 10 deletions

View File

@ -16,7 +16,9 @@ jobs:
config: [
check_autotest_options,
param_parse,
]
python-cleanliness,
validate_board_list,
]
steps:
# git checkout the PR
- uses: actions/checkout@v3

View File

@ -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