ci(postman): remove step skipping tests for PRs (#1961)

This commit is contained in:
Pa1NarK
2023-08-17 23:38:35 +05:30
committed by GitHub
parent 50ac22f73e
commit 6275ae6da2

View File

@ -48,12 +48,6 @@ jobs:
- 5432:5432
steps:
- name: Ignore Tests incase of pull request
shell: bash
run: |
echo "Skipped tests as the event is pull request"
exit 0
- name: Repository checkout
uses: actions/checkout@v3