From 58b70e8dc880bdde7e0f6a4f9c41938374f35769 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sat, 14 Nov 2020 11:46:12 +0100 Subject: [PATCH] Meta: Fix broken IRC notification for drafts and skips --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1d5a48402f..f5c885bdc3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -97,7 +97,7 @@ jobs: EOF - name: IRC result notification (direct push) uses: rectalogic/notify-irc@v1 - if: github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master' && github.event_name == 'push' && !cancelled() && steps.ircmsg.outputs.has_output + if: github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master' && github.event_name == 'push' && !cancelled() && steps.ircmsg.outputs.has_output == 'True' with: channel: "#serenityos" nickname: serenity-ga