Skip to content

Commit

Permalink
oops: re-enabled delta reports for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 17, 2024
1 parent e71237f commit b68ee10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
# - fqbn: ATTinyCore:avr:attinyx5
# enable-deltas-report: true

# # When using a matrix to compile for multiple boards, it's necessary to use a separate job for the deltas report
# report:
# needs: [build, attiny]
# if: github.event_name == 'pull_request'
# uses: nRF24/.github/.github/workflows/arduino_size_deltas.yaml@main
# When using a matrix to compile for multiple boards, it's necessary to use a separate job for the deltas report
report:
needs: [build] # , attiny]
if: github.event_name == 'pull_request'
uses: nRF24/.github/.github/workflows/arduino_size_deltas.yaml@main

0 comments on commit b68ee10

Please sign in to comment.