From 7734f18a586a569e5eb041bc99d11eda6ea5265a Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:14:54 -0300 Subject: [PATCH] ci(compilation): Fix changed files check --- .github/workflows/push.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bf45b6fbe4c..05fd1a8a2b8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -138,9 +138,6 @@ jobs: fi echo "" done - else - echo "Unhandled change triggered the build. This should not happen." - exit 1 fi if [[ -n $sketches ]]; then @@ -185,6 +182,7 @@ jobs: # Ubuntu build-arduino-linux: name: Arduino ${{ matrix.chunk }} on ubuntu-latest + if: ${{ needs.gen-chunks.outputs.build_all == 'true' || needs.gen-chunks.outputs.build_libraries == 'true' }} needs: gen-chunks runs-on: ubuntu-latest strategy: