From 7f8256ea4cb93fe339c69eff89d007c41f4fed61 Mon Sep 17 00:00:00 2001 From: Tanya Date: Mon, 29 Jan 2024 16:42:44 -0800 Subject: [PATCH] fixed syntax error --- .github/workflows/codecov-report-publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codecov-report-publish.yml b/.github/workflows/codecov-report-publish.yml index 5021c9558..6cac69f3d 100644 --- a/.github/workflows/codecov-report-publish.yml +++ b/.github/workflows/codecov-report-publish.yml @@ -2,7 +2,6 @@ name: Codecov Report on: pull_request jobs: - if_merged: if: github.event.pull_request.merged == true - name: Upload coverage reports to Codecov uses: actions/checkout@v2