Skip to content

Commit

Permalink
fix:run test case only when PR is raised
Browse files Browse the repository at this point in the history
  • Loading branch information
SurabhiAngadi committed Jan 22, 2024
1 parent 788f445 commit faca5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run-test-cases:
needs: verify-tag
if: needs.verify-tag.outputs.ALLOWED_TAG == 'True'
if: needs.verify-tag.outputs.ALLOWED_TAG == 'True' && github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
Expand Down

0 comments on commit faca5c7

Please sign in to comment.