(fix): cleanup workflow #15

Merged
alois merged 7 commits from dev into main 2026-06-02 23:33:05 +03:00
Showing only changes of commit 123c0c831e - Show all commits

(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

Alois 2026-06-02 22:28:50 +02:00

View file

@ -39,7 +39,8 @@ jobs:
--arg current "$CURRENT_RUN_ID" \
'.workflow_runs[]
| 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)
| .id' runs.json \
>> "$DELETE_IDS"