Skip to content

Commit

Permalink
Fix CI: disable report-size-deltas action.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jan 12, 2024
1 parent 99b56e6 commit f4d1af0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,10 @@ jobs:
fqbn: ${{ matrix.board.fqbn }}
platforms: ${{ matrix.board.platforms }}
libraries: ${{ env.LIBRARIES }}
enable-deltas-report: true
github-token: ${{ secrets.GITHUB_TOKEN }}
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
sketch-paths: |
- examples/CAN/OpenCyphal-Blink
- examples/CAN/OpenCyphal-Heartbeat-Publisher
- examples/CAN/OpenCyphal-Heartbeat-Subscriber
- examples/CAN/OpenCyphal-Service-Client
- examples/CAN/OpenCyphal-Service-Server
- name: Save memory usage change report as artifact
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: ${{ env.SKETCHES_REPORTS_PATH }}
path: ${{ env.SKETCHES_REPORTS_PATH }}
14 changes: 0 additions & 14 deletions .github/workflows/report-size-deltas.yml

This file was deleted.

0 comments on commit f4d1af0

Please sign in to comment.