Skip to content

Commit 183265d

Browse files
committed
ci: ensure always upload the reports for checking
1 parent a3ccdfc commit 183265d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
make --jobs=2 report-all
145145
make --always-make wiki-home
146146
- name: Upload artifacts
147-
if: github.event_name == 'pull_request'
147+
if: always()
148148
uses: actions/upload-artifact@v3
149149
with:
150150
name: reports

0 commit comments

Comments
 (0)