diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b22e8c2b91..ffb28823e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,7 @@ jobs: contents: read issues: write pull-requests: write - if: success() + if: success() && (github.event_name == 'push' || github.event_name == 'pull_request') steps: - name: Download test artifacts