From 52f8e2ce2c79dab6b2b210bb0c4c88019724c980 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Wed, 13 Nov 2024 14:51:38 -0500 Subject: [PATCH] Run merge coverage on push. (#668) Signed-off-by: dblock --- .github/workflows/test-spec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-spec.yml b/.github/workflows/test-spec.yml index 1207af832..03e9b9cb6 100644 --- a/.github/workflows/test-spec.yml +++ b/.github/workflows/test-spec.yml @@ -105,7 +105,6 @@ jobs: merge-coverage: runs-on: ubuntu-latest - if: github.event_name == 'pull_request' needs: test-opensearch-spec steps: - uses: actions/checkout@v4 @@ -141,6 +140,7 @@ jobs: cat ./coverage/coverage.json - name: Construct Comment Data Payload + if: github.event_name == 'pull_request' shell: bash -eo pipefail {0} run: | jq \ @@ -161,6 +161,7 @@ jobs: - name: Upload PR Comment Payload uses: actions/upload-artifact@v4 + if: github.event_name == 'pull_request' with: name: pr-comment path: pr-comment.json