From 043ab3e3806ddbb8ae60497bbe8c7983821d661a Mon Sep 17 00:00:00 2001 From: AjayKMehta <11180071+AjayKMehta@users.noreply.github.com> Date: Sun, 19 Jan 2025 10:47:32 -0800 Subject: [PATCH] Fix bad edit. --- .github/workflows/test.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 174750a..447d8f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,18 +113,6 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - name: Check if PR for current commit - if: env.ENABLED == '1' - uses: 8BitJonny/gh-get-current-pr@3.0.0 - with: - # This will work no matter the trigger event and no matter if it is the first PR commit or not. - sha: ${{ github.event.pull_request.head.sha }} - # By default it returns PRs in any state. - filterOutClosed: true - # By default it returns PRs in any state. - filterOutDraft: true - id: pr-check - # https://github.com/danielpalme/ReportGenerator/issues/431 - name: Publish PR coverage summary uses: marocchino/sticky-pull-request-comment@v2