ci: Only run IRC notification in main repository

Not in people's custom forks
This commit is contained in:
Florian Bruhin 2020-07-08 15:43:06 +02:00
parent 0e1ac9f0ab
commit 17b3eb7704
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ jobs:
irc:
runs-on: ubuntu-latest
needs: [linters, tests, tests-docker, codeql]
if: always()
if: "always() && github.repository_owner == 'qutebrowser'"
steps:
- name: Send success IRC notification
uses: Gottox/irc-message-action@v1