File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -444,6 +444,20 @@ jobs:
444444 echo "targeted-tests=[]" >> $GITHUB_OUTPUT
445445 fi
446446
447+ notify-on-early-failure :
448+ name : Notify on Early Failure
449+ needs : calculate-test-matrix
450+ runs-on : ubuntu-22.04
451+ if : always() && needs.calculate-test-matrix.result != 'success'
452+ steps :
453+ - name : Send Slack notification on early failure
454+ continue-on-error : true
455+ uses : ./.github/actions/theme-slack-notification-daily-tests
456+ with :
457+ CLOUD_SLACK_BOT_TOKEN : ${{ secrets.CLOUD_SLACK_BOT_TOKEN }}
458+ WORKFLOW_URL : ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
459+ SLACK_CHANNEL : ' #tmz-alerts'
460+
447461 trigger-targeted-tests :
448462 name : Trigger Targeted Tests
449463 needs : [calculate-test-matrix]
You can’t perform that action at this time.
0 commit comments