From 13918924064ae853c5535b61807cc4fc9e998724 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 10 Mar 2023 09:46:02 +1100 Subject: [PATCH] .github: run python cleanliness and validate board list only once --- .github/workflows/test_scripts.yml | 4 +++- .github/workflows/test_unit_tests.yml | 10 +--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test_scripts.yml b/.github/workflows/test_scripts.yml index af9a14c5f0..b26699e8b7 100644 --- a/.github/workflows/test_scripts.yml +++ b/.github/workflows/test_scripts.yml @@ -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 diff --git a/.github/workflows/test_unit_tests.yml b/.github/workflows/test_unit_tests.yml index f7b8073369..54c660ea6b 100644 --- a/.github/workflows/test_unit_tests.yml +++ b/.github/workflows/test_unit_tests.yml @@ -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