diff --git a/.github/workflows/submit_coverage.yml b/.github/workflows/submit_coverage.yml index 8a94692f4..3d1ddb860 100644 --- a/.github/workflows/submit_coverage.yml +++ b/.github/workflows/submit_coverage.yml @@ -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