.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: [ config: [
check_autotest_options, check_autotest_options,
param_parse, param_parse,
] python-cleanliness,
validate_board_list,
]
steps: steps:
# git checkout the PR # git checkout the PR
- uses: actions/checkout@v3 - 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] on: [push, pull_request, workflow_dispatch]
# paths: # paths:
@ -23,17 +23,9 @@ jobs:
] ]
config: [ config: [
unit-tests, unit-tests,
python-cleanliness,
validate_board_list,
sitl sitl
# examples, # examples,
] ]
exclude:
- config: [
python-cleanliness,
validate_board_list
]
toolchain: clang
steps: steps:
# git checkout the PR # git checkout the PR
- uses: actions/checkout@v3 - uses: actions/checkout@v3