From 73ab41c5722ac8fde55d69c7ba1d3ff6f8c22018 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 1 Feb 2021 23:42:10 +0100 Subject: [PATCH] CI: partial back-out to chase IRC message failure --- .github/workflows/ci-neon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-neon.yml b/.github/workflows/ci-neon.yml index 422287dec..c06933715 100644 --- a/.github/workflows/ci-neon.yml +++ b/.github/workflows/ci-neon.yml @@ -82,7 +82,8 @@ jobs: if: ${{ success() && github.repository == 'calamares/calamares' }} with: channel: "#calamares" - message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}" + message: | + ${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }} - name: "notify: fail" uses: rectalogic/notify-irc@v1 if: ${{ failure() && github.repository == 'calamares/calamares' }} @@ -91,4 +92,3 @@ jobs: message: | ${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }} .. DIFF ${{ github.event.compare }} -# END