From 1648196f7f7eec77e52feffc6fbf4052ba902d59 Mon Sep 17 00:00:00 2001 From: Farook Al-Sammarraie Date: Fri, 16 Jun 2023 16:26:01 +0000 Subject: [PATCH] allow coverage submission to work with master branch tests --- .github/workflows/submit_coverage.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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