Skip to content

Commit 8d94a57

Browse files
ci: announce nightly workflows failing (#1237)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent bbeb50d commit 8d94a57

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ jobs:
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 }}

doc/changelog.d/1237.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: announce nightly workflows failing

0 commit comments

Comments
 (0)