Skip to content

Commit

Permalink
ci: skip uploading in the default branch to speed up the action
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 29, 2024
1 parent 8417113 commit 4be7f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
make --jobs=2 report-all
make --always-make wiki-home
- name: Upload artifacts
if: always()
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v3
with:
name: reports
Expand Down

0 comments on commit 4be7f46

Please sign in to comment.