Skip to content

Commit 39e1395

Browse files
committed
Remove condition to execute report artifact only with a PR
1 parent 9f728df commit 39e1395

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ jobs:
9898
verbose: 'true'
9999

100100
- name: Save memory usage change report as artifact
101-
if: github.event_name == 'pull_request'
102101
uses: actions/upload-artifact@v1
103102
with:
104-
name: 'size-deltas-reports'
105-
path: 'size-deltas-reports'
103+
name: size-deltas-reports
104+
path: size-deltas-reports

0 commit comments

Comments
 (0)