1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:07:46 +00:00

Meta: Fix broken IRC notification for drafts and skips

This commit is contained in:
Ben Wiederhake 2020-11-14 11:46:12 +01:00 committed by Andreas Kling
parent 8ee6768d11
commit 58b70e8dc8

View file

@ -97,7 +97,7 @@ jobs:
EOF EOF
- name: IRC result notification (direct push) - name: IRC result notification (direct push)
uses: rectalogic/notify-irc@v1 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: with:
channel: "#serenityos" channel: "#serenityos"
nickname: serenity-ga nickname: serenity-ga