From f74ea5f760829fec29cf6e61de902310e543374c Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Mon, 8 Apr 2024 14:57:53 +0200 Subject: [PATCH] chore --- .github/workflows/discord.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index b7c4a45c..c3db702e 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -7,7 +7,8 @@ on: jobs: notify: - # if: ${{ github.event.workflow_run.conclusion == 'failure' }} + # 'skipped' means the `if: ` condition wasn't fulfilled + if: ${{ github.event.workflow_run.conclusion != 'skipped' }} runs-on: ubuntu-latest steps: - name: Push the notification using Discord webhook