allow coverage submission to work with master branch tests

This commit is contained in:
Farook Al-Sammarraie 2023-06-16 16:26:01 +00:00 committed by GitHub
parent 1918beb0b8
commit 1648196f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,7 @@ env:
jobs:
upload:
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
if: github.event.workflow_run.conclusion == 'success'
steps:
- name: Download artifact
uses: dawidd6/action-download-artifact@v2