From 51023c3890c9b466f8f3ece5e80e96b1e1d97921 Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Fri, 3 May 2024 15:29:18 +0200 Subject: [PATCH] we don't run 'make check' only test succesful build --- .github/workflows/ticcltools.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ticcltools.yml b/.github/workflows/ticcltools.yml index b4f146b..4c4fac1 100644 --- a/.github/workflows/ticcltools.yml +++ b/.github/workflows/ticcltools.yml @@ -113,19 +113,7 @@ jobs: run: | cid=$(echo ${{matrix.compiler}} | cut -d\+ -f1) echo "cid=$cid" >> $GITHUB_ENV - - name: Notify IRC of failure - if: ${{ steps.check.outcome != 'success' }} - uses: Gottox/irc-message-action@v2 - with: - server: irc.uvt.nl - channel: '#gitlama' - nickname: GH-${{ runner.os }}-${{ env.cid }} - message: "ticcltools [${{ needs.notification.outputs.branch }}] \ -build with ${{ matrix.compiler }} by ${{ github.actor }} on ${{ matrix.os }}: \ -\u00034FAIL\u0003" - - - name: Notify IRC of succes - if: ${{ steps.check.outcome == 'success' }} + - name: Notify IRC of succesfull build uses: Gottox/irc-message-action@v2 with: server: irc.uvt.nl