summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-30 22:26:50 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-30 22:26:50 +0200
commite521964ab65de4128c468f825b83426840473637 (patch)
treedeb4d4efaee80d475630d4aaa923809180ce9a57 /.github
parent5e394cb53f9e0715801f8e0aee728667a1213503 (diff)
downloadqutebrowser-e521964ab65de4128c468f825b83426840473637.tar.gz
qutebrowser-e521964ab65de4128c468f825b83426840473637.zip
ci: Remove unneeded line for IRC notifications
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fc1264734..2bee4391b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -241,8 +241,7 @@ jobs:
server: chat.freenode.net
channel: '#qutebrowser-dev'
nickname: qutebrowser-bot
- message: "[${{ github.workflow }}] \u00038Skipped:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})\n
- linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}"
+ message: "[${{ github.workflow }}] \u00038Skipped:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
- name: Send cancelled IRC notification
uses: Gottox/irc-message-action@v1
if: "needs.linters.result == 'cancelled' || needs.tests.result == 'cancelled' || needs.tests-docker.result == 'cancelled' || needs.codeql.result == 'cancelled'"