Skip to content

Commit

Permalink
[CI] rm duplicated job in arduino workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 7, 2024
1 parent a57a390 commit fd4ab23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
matrix:
fqbn:
- "arduino:avr:yun"
- "arduino:avr:uno"
- "arduino:avr:diecimila"
- "arduino:avr:mega"
- "arduino:avr:megaADK"
Expand Down Expand Up @@ -102,9 +101,9 @@ jobs:
# Generate size deltas data for this board
include:
- fqbn: arduino:avr:nano
enable-deltas-report: true
enable-deltas-report: ${{ github.event_name == 'pull_request' }}
- fqbn: arduino:samd:mkrzero
enable-deltas-report: true
enable-deltas-report: ${{ github.event_name == 'pull_request' }}

# When using a matrix to compile for multiple boards, it's necessary to use a separate job for the deltas report
report:
Expand Down

0 comments on commit fd4ab23

Please sign in to comment.