ci: Fix release workflow

This commit is contained in:
Lars Toenning
2026-06-29 23:18:19 +02:00
parent dacc50d2cd
commit c9ae21c447

View File

@@ -28,9 +28,10 @@ jobs:
run: |
for i in $(seq 1 10); do
RUN_ID=$(gh api \
--method GET \
"/repos/${{ github.repository }}/actions/runs" \
-f head_sha=${{ github.sha }} \
-f workflow_file_name=check_and_build.yml \
-f event=merge_group \
-f status=success \
--jq '.workflow_runs[0].id // empty')
if [ -n "$RUN_ID" ]; then