Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Dec 31, 2024
1 parent 506457a commit 7432262
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ 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
# - name: Echo the GitHub environment for troubleshooting
Expand Down Expand Up @@ -180,7 +181,8 @@ jobs:
- name: "Check if base branch is develop-postgres"
if: github.event.pull_request.base.ref != 'develop-postgres'
run: |
echo "PR is not against develop branch. Please refer PR_GUIDELINES.md"
echo "PR is not against develop-postgres branch. Please refer PR_GUIDELINES.md"
echo "Error: Close this PR and try again."
exit 1
Check-Sensitive-Files:
Expand Down

0 comments on commit 7432262

Please sign in to comment.