File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 9999 if : always()
100100 run : docker image prune -f
101101
102+ - name : Microsoft Teams Notification
103+ uses : skitionek/notify-microsoft-teams@master
104+ if : always()
105+ with :
106+ webhook_url : ${{ secrets.MSTEAMS_WEBHOOK }}
107+
102108# =================================================================================================
103109# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RUNNING ON SELF-HOSTED RUNNER ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
104110# =================================================================================================
@@ -135,3 +141,9 @@ jobs:
135141 docker stop ${{ env.GEO_CONT_NAME }}
136142 docker logs ${{ env.GEO_CONT_NAME }}
137143 docker rm ${{ env.GEO_CONT_NAME }}
144+
145+ - name : Microsoft Teams Notification
146+ uses : skitionek/notify-microsoft-teams@master
147+ if : always()
148+ with :
149+ webhook_url : ${{ secrets.MSTEAMS_WEBHOOK }}
Original file line number Diff line number Diff line change 1+ ci: announce nightly workflows failing
You can’t perform that action at this time.
0 commit comments