From d2d8d3d8c2c58ad4fc3d88e96fe15db2c60a65c2 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Tue, 31 Dec 2024 19:07:25 +0100 Subject: [PATCH] Allow check-rc-response script to continue on error in CI workflow --- .github/workflows/check-candidate-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-candidate-release.yml b/.github/workflows/check-candidate-release.yml index c348a30ce..124f5bc86 100644 --- a/.github/workflows/check-candidate-release.yml +++ b/.github/workflows/check-candidate-release.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: jobs: - check_tag: + check_candidates: runs-on: ubuntu-latest steps: @@ -22,4 +22,4 @@ jobs: DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} DISCORD_PING_IDS: ${{ secrets.DISCORD_PING_IDS }} run: | - python3 scripts/check-rc-response.py + python3 scripts/check-rc-response.py || true