From 17b3eb77048918671c358bf164b064b15421b694 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Jul 2020 15:43:06 +0200 Subject: ci: Only run IRC notification in main repository Not in people's custom forks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf