From 162bb8d229be6481e8880d1b056e2375d21602d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Fri, 6 Dec 2024 09:36:26 +0100 Subject: [PATCH] CI: do not fail on IRC error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Posting a message to the IRC fails from times to times; continue the CI build in this case. Signed-off-by: Vincent Stehlé --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ce9ebb1..adac4c2 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -60,6 +60,7 @@ jobs: # and when we have computed a message. if: ${{ github.repository == 'ARM-software/ebbr' && env.EBBR_IRC_MESSAGE != '' }} + continue-on-error: true with: server: irc.oftc.net channel: '#ebbr'