summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-06 14:56:03 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-06 14:56:03 +0200
commit53203a8ed627dea1787f44882f21142e0bbac0cc (patch)
tree6a98daf9912373ca3bcc7ab1b9c824890583115c
parent9eedfabd69b9045c2f57dd310abdd1aa1ecb133b (diff)
downloadqutebrowser-53203a8ed627dea1787f44882f21142e0bbac0cc.tar.gz
qutebrowser-53203a8ed627dea1787f44882f21142e0bbac0cc.zip
ci: Remove unneeded IRC output line
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 890661702..099ac0fb7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -200,7 +200,6 @@ jobs:
nickname: qutebrowser-bot
message: |-
[${{ github.workflow }}] Success: ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}
- linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}
- name: Send non-success IRC notification
uses: Gottox/irc-message-action@v1
if: "needs.linters.result != 'success' || needs.tests.result != 'success' || needs.tests-docker.result != 'success' || needs.codeql.result != 'success'"