We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff248a commit 7734f18Copy full SHA for 7734f18
.github/workflows/push.yml
@@ -138,9 +138,6 @@ jobs:
138
fi
139
echo ""
140
done
141
- else
142
- echo "Unhandled change triggered the build. This should not happen."
143
- exit 1
144
145
146
if [[ -n $sketches ]]; then
@@ -185,6 +182,7 @@ jobs:
185
182
# Ubuntu
186
183
build-arduino-linux:
187
184
name: Arduino ${{ matrix.chunk }} on ubuntu-latest
+ if: ${{ needs.gen-chunks.outputs.build_all == 'true' || needs.gen-chunks.outputs.build_libraries == 'true' }}
188
needs: gen-chunks
189
runs-on: ubuntu-latest
190
strategy:
0 commit comments