Skip to content

Commit

Permalink
ci(compilation): Fix changed files check
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jun 7, 2024
1 parent cff248a commit 7734f18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7734f18

Please sign in to comment.