Skip to content

Commit 87b4a3b

Browse files
authored
Fix CI: disable report-size-deltas action. (#266)
1 parent 99b56e6 commit 87b4a3b

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,10 @@ jobs:
5656
fqbn: ${{ matrix.board.fqbn }}
5757
platforms: ${{ matrix.board.platforms }}
5858
libraries: ${{ env.LIBRARIES }}
59-
enable-deltas-report: true
6059
github-token: ${{ secrets.GITHUB_TOKEN }}
61-
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
6260
sketch-paths: |
6361
- examples/CAN/OpenCyphal-Blink
6462
- examples/CAN/OpenCyphal-Heartbeat-Publisher
6563
- examples/CAN/OpenCyphal-Heartbeat-Subscriber
6664
- examples/CAN/OpenCyphal-Service-Client
6765
- examples/CAN/OpenCyphal-Service-Server
68-
69-
- name: Save memory usage change report as artifact
70-
if: github.event_name == 'pull_request'
71-
uses: actions/upload-artifact@v4
72-
with:
73-
name: ${{ env.SKETCHES_REPORTS_PATH }}
74-
path: ${{ env.SKETCHES_REPORTS_PATH }}

.github/workflows/report-size-deltas.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)