Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Sep 15, 2024
1 parent cf319ac commit cee34c7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 45 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/arduino-size-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Arduino Size Report
on:
schedule:
- cron: "*/10 * * * *"

jobs:
report:
runs-on: ubuntu-latest

steps:
- name: Report size deltas
uses: arduino/report-size-deltas@v1
with:
sketches-reports-source: ${{ vars.SKETCHES_REPORTS_PATH }}
16 changes: 0 additions & 16 deletions .github/workflows/compile-arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,3 @@ jobs:
with:
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
path: ${{ vars.SKETCHES_REPORTS_PATH }}

report:
needs: compile
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest

steps:
- name: Download sketches reports artifacts
uses: actions/download-artifact@v4
with:
path: ${{ vars.SKETCHES_REPORTS_PATH }}

- name: Report size deltas
uses: arduino/report-size-deltas@v1
with:
sketches-reports-source: ${{ vars.SKETCHES_REPORTS_PATH }}
29 changes: 0 additions & 29 deletions .scripts/metrics.py

This file was deleted.

0 comments on commit cee34c7

Please sign in to comment.