mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
.github/workflows: notify on push only
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
2
.github/workflows/duplicates.yml
vendored
2
.github/workflows/duplicates.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user