From 88bd0547f65bc3b412a061b27b7643571bef205a Mon Sep 17 00:00:00 2001 From: Giulio Pilotto Date: Mon, 22 Dec 2025 10:16:03 +0100 Subject: [PATCH] update --- .github/workflows/test-update.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/test-update.yml b/.github/workflows/test-update.yml index 9b5dc6bff..89b4db67d 100644 --- a/.github/workflows/test-update.yml +++ b/.github/workflows/test-update.yml @@ -27,3 +27,15 @@ jobs: GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }} run: | go tool task test:update + + - name: Slack notification of unexpected failure + if: ${{ failure() }} + uses: rtCamp/action-slack-notify@v2 + env: + SLACK_WEBHOOK: ${{ secrets.TEAM_TOOLING_CHANNEL_SLACK_WEBHOOK }} + SLACK_MESSAGE: | + :warning::warning::warning::warning: + WARNING: ${{ github.repository }} ${{ github.workflow }} workflow run had an unexpected failure!!! + :warning::warning::warning::warning: + SLACK_COLOR: danger + MSG_MINIMAL: true