From b68ee1023c21ef0d5afff08757325936ca45ee2a Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sat, 17 Feb 2024 02:50:40 -0800 Subject: [PATCH] oops: re-enabled delta reports for PRs --- .github/workflows/build_arduino.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_arduino.yml b/.github/workflows/build_arduino.yml index f1e0c243..f4dd5032 100644 --- a/.github/workflows/build_arduino.yml +++ b/.github/workflows/build_arduino.yml @@ -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