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:
parent
8ee6768d11
commit
58b70e8dc8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue