.github/workflows: notify on push only

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-03-31 20:28:03 +05:00
parent 831426dd97
commit 2751058f2a
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
./scripts/check-duplicates.sh
- name: Inform on IRC
if: ${{ failure() && github.repository == 'gentoo/guru' }}
if: ${{ failure() && github.repository == 'gentoo/guru' && github.event_name == 'push' }}
uses: rectalogic/notify-irc@v1
with:
channel: "#gentoo-guru"