Allow check-rc-response script to continue on error in CI workflow

This commit is contained in:
mr. M
2024-12-31 19:07:25 +01:00
parent d3875f5e36
commit d2d8d3d8c2

View File

@@ -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