Skip to content

Commit 790c6a2

Browse files
Merge pull request #649 from microsoft/psl-pipelinechange
ci: add condition to failure send notifications
2 parents 1e48efc + a7847e1 commit 790c6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
echo "Resource purging completed successfully"
366366
367367
- name: Send Notification on Failure
368-
368+
if: failure()
369369
run: |
370370
RUN_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
371371

0 commit comments

Comments
 (0)