Skip to content

Commit f10759c

Browse files
committed
Always upload sketch compilation report artifact
The `arduino/compile-sketches` action produces a report of the results of the compilations. The primary usage of this report is to generate the size deltas comment that is made to pull requests. Although that can only be done for pull requests, it might be that the compilation report is found useful for other purposes, in which case it is just as relevant when triggered by non-PR events. Always uploading the compilation report also makes the workflow a little more simple.
1 parent 66b6624 commit f10759c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
verbose: 'true'
101101

102102
- name: Save memory usage change report as artifact
103-
if: github.event_name == 'pull_request'
104103
uses: actions/upload-artifact@v2
105104
with:
106105
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}

0 commit comments

Comments
 (0)