Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7734f18

Browse files
committedJun 7, 2024··
ci(compilation): Fix changed files check
1 parent cff248a commit 7734f18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ jobs:
138138
fi
139139
echo ""
140140
done
141-
else
142-
echo "Unhandled change triggered the build. This should not happen."
143-
exit 1
144141
fi
145142
146143
if [[ -n $sketches ]]; then
@@ -185,6 +182,7 @@ jobs:
185182
# Ubuntu
186183
build-arduino-linux:
187184
name: Arduino ${{ matrix.chunk }} on ubuntu-latest
185+
if: ${{ needs.gen-chunks.outputs.build_all == 'true' || needs.gen-chunks.outputs.build_libraries == 'true' }}
188186
needs: gen-chunks
189187
runs-on: ubuntu-latest
190188
strategy:

0 commit comments

Comments
 (0)
Please sign in to comment.