We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4340125 commit c2aaf84Copy full SHA for c2aaf84
1 file changed
.github/workflows/job-send-notification.yml
@@ -252,7 +252,7 @@ jobs:
252
-d "$EMAIL_BODY" || echo "Failed to send test failure notification"
253
254
- name: Send Existing URL Success Notification
255
- if: inputs.deploy_result == 'skipped' && inputs.existing_webapp_url != '' && inputs.e2e_test_result == 'success'
+ if: inputs.deploy_result == 'skipped' && inputs.existing_webapp_url != '' && inputs.e2e_test_result == 'success' && (inputs.TEST_SUCCESS == 'true' || inputs.TEST_SUCCESS == '')
256
shell: bash
257
env:
258
GITHUB_REPOSITORY: ${{ github.repository }}
0 commit comments