diff --git a/.github/workflows/corevalidation-report.yml b/.github/workflows/corevalidation-report.yml index b6f79b5b86..6860337567 100644 --- a/.github/workflows/corevalidation-report.yml +++ b/.github/workflows/corevalidation-report.yml @@ -16,9 +16,7 @@ jobs: issues: read checks: write pull-requests: write - if: | - github.event.workflow_run.event == "pull_request" && - github.event.workflow_run.conclusion != 'skipped' + if: github.event.workflow_run.conclusion != 'skipped' steps: - name: Download test results