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