Skip to content

Commit

Permalink
Fix bad edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayKMehta committed Jan 19, 2025
1 parent 137f4f2 commit 043ab3e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 043ab3e

Please sign in to comment.