Use the Compile Examples workflow for the deltas report #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Using a scheduled workflow for the size deltas report is not appropriate in private repositories because it uses a lot
of minutes and, unlike public repositories, private repositories have a limited allotment of free GitHub Actions
minutes.
The
report-size-deltas
job is configured for use in private repositories which don't have the "Send write tokens toworkflows from fork pull requests" setting enabled. This means that PRs submitted from forks won't get size deltas
reports. If reports on PRs from forks are wanted, the repository can be configured to provide them with write tokens and
the workflow adjusted so the job will run on PRs from forks
Once the repository is made public, the workflow should be reconfigured to provide size deltas reports on PRs from
forks.
More information:
https://github.com/arduino/report-size-deltas#sketches-reports-source