summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-08 15:43:06 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-08 15:43:06 +0200
commit17b3eb77048918671c358bf164b064b15421b694 (patch)
treeccc89abfae4236523ef040aa060e0cea741e1833
parent0e1ac9f0abb9b54ba9c637064cb7b7462bc95658 (diff)
downloadqutebrowser-17b3eb77048918671c358bf164b064b15421b694.tar.gz
qutebrowser-17b3eb77048918671c358bf164b064b15421b694.zip
ci: Only run IRC notification in main repository
Not in people's custom forks
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a651f1c3..0ad55be29 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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