ci: Only run IRC notification in main repository
Not in people's custom forks
This commit is contained in:
parent
0e1ac9f0ab
commit
17b3eb7704
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue