We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8f554 commit afb7a4fCopy full SHA for afb7a4f
.github/workflows/build_arduino.yml
@@ -110,9 +110,9 @@ jobs:
110
# Generate size deltas data for this board
111
include:
112
- fqbn: arduino:avr:nano
113
- enable-deltas-report: true
+ enable-deltas-report: ${{ github.event_name == 'pull_request' }}
114
- fqbn: arduino:samd:mkrzero # InterruptConfigure.ino uses pin 2
115
116
117
#### NOTE installing ATTinyCore has become too problematic for various reasons
118
#### I'll have to revisit this later when the Arduino CLI tool gets their act together
0 commit comments