ci: Remove unneeded IRC output line

This commit is contained in:
Florian Bruhin 2020-07-06 14:56:03 +02:00
parent 9eedfabd69
commit 53203a8ed6
1 changed files with 0 additions and 1 deletions

View File

@ -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'"