Skip to content

Commit c9155d1

Browse files
committed
Fix CoreValidation report workflow.
1 parent e5dc191 commit c9155d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/corevalidation-report.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
issues: read
1717
checks: write
1818
pull-requests: write
19-
if: |
20-
github.event.workflow_run.event == "pull_request" &&
21-
github.event.workflow_run.conclusion != 'skipped'
19+
if: github.event.workflow_run.conclusion != 'skipped'
2220

2321
steps:
2422
- name: Download test results

0 commit comments

Comments
 (0)