Skip to content

Commit

Permalink
CI: do not fail on IRC error
Browse files Browse the repository at this point in the history
Posting a message to the IRC fails from times to times; continue the CI
build in this case.

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
  • Loading branch information
vstehle committed Dec 6, 2024
1 parent 066d0dc commit 162bb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 162bb8d

Please sign in to comment.