devops: fix merge reports on PRs.
This commit is contained in:
parent
abaddc01c9
commit
887e6ecbd9
2
.github/actions/run-test/action.yml
vendored
2
.github/actions/run-test/action.yml
vendored
|
|
@ -86,7 +86,7 @@ runs:
|
|||
shell: bash
|
||||
- name: Upload blob report
|
||||
# We only merge reports for PRs as per .github/workflows/create_test_report.yml.
|
||||
if: ${{ !cancelled() && github.event.workflow_run.event == 'pull_request' }}
|
||||
if: ${{ !cancelled() && github.event_name == 'pull_request' }}
|
||||
uses: ./.github/actions/upload-blob-report
|
||||
with:
|
||||
report_dir: blob-report
|
||||
|
|
|
|||
Loading…
Reference in a new issue