diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a8b944b334..32fb5d5861 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -80,7 +80,6 @@ jobs: echo "Source Branch ${{ github.event.pull_request.head.ref }}" echo "Target Branch ${{ github.event.pull_request.base.ref }}" echo "Error: Source and Target Branches are the same. Please ensure they are different." - echo "Error: Close this PR and try again." exit 1 Check-Sensitive-Files: