From 74ad608a2be6bee0fd8b7180b2e0f7873d17ebd0 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:53:24 +0200 Subject: [PATCH] =?UTF-8?q?Not=20to=20shock=20AMD=20team=20by=20the=20canc?= =?UTF-8?q?elled=20workflow=20run=20notification=20=E2=9D=A4=EF=B8=8F=20?= =?UTF-8?q?=F0=9F=92=96=20(#40467)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/slack-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack-report.yml b/.github/workflows/slack-report.yml index 88da4e38d4..943c6a1a9f 100644 --- a/.github/workflows/slack-report.yml +++ b/.github/workflows/slack-report.yml @@ -36,7 +36,7 @@ jobs: send_results: name: Send results to webhook runs-on: ubuntu-22.04 - if: always() + if: always() && !cancelled() steps: - name: Preliminary job status shell: bash