(fix): cleanup workflow
Some checks failed
/ release (push) Has been cancelled
/ build-mobile (push) Has been cancelled
/ build-web (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled

This commit is contained in:
Alois 2026-06-02 22:28:50 +02:00
commit 123c0c831e

View file

@ -39,7 +39,8 @@ jobs:
--arg current "$CURRENT_RUN_ID" \ --arg current "$CURRENT_RUN_ID" \
'.workflow_runs[] '.workflow_runs[]
| select((.id | tostring) != $current) | select((.id | tostring) != $current)
| select(["success", "failure", "cancelled", "skipped", "succeeded", "failed"] | index(.status)) | .status as $status
| select(["success", "failure", "cancelled", "skipped", "succeeded", "failed"] | index($status))
| select(.created < $cutoff) | select(.created < $cutoff)
| .id' runs.json \ | .id' runs.json \
>> "$DELETE_IDS" >> "$DELETE_IDS"