diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 4ff3a6ef4..ba33a63e0 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -435,9 +435,9 @@ jobs: if-no-files-found: error retention-days: 14 - - name: Notify failure in slack + - name: Notify failure in teams if: failure() uses: ./.github/actions/teams-message with: msg: "[FAILED] Sanity Tests" - teams_url: ${{ secrets.TEAMS_WEBHOOK_URL }} + teams_url: ${{ secrets.TEAMS_CORSO_CI_WEBHOOK_URL }}