Skip to content

Commit

Permalink
Fix CoreValidation report workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Oct 13, 2022
1 parent e5dc191 commit c9155d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/corevalidation-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9155d1

Please sign in to comment.