From 7a0e91f0763eaebc8b365b70a5039faa0d1f81e4 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 1 Feb 2021 23:12:14 +0100 Subject: [PATCH] CI: shorten the notification stanzas --- .github/workflows/ci-neon.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-neon.yml b/.github/workflows/ci-neon.yml index 753bffd58..751d210cf 100644 --- a/.github/workflows/ci-neon.yml +++ b/.github/workflows/ci-neon.yml @@ -82,17 +82,14 @@ jobs: uses: rectalogic/notify-irc@v1 if: ${{ success() }} with: - server: chat.freenode.net channel: "#calamares" - nickname: gh-notify message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}" - name: "notify: fail" uses: rectalogic/notify-irc@v1 if: ${{ failure() }} with: - server: chat.freenode.net channel: "#calamares" - nickname: gh-notify message: | ${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }} .. DIFF ${{ github.event.compare }} +# END