Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/release-readiness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ jobs:
# uploaded a 'dev-version' artifact. The check-changes gate skips the
# version job (and so the upload) when there are no new commits, but
# such runs still complete as success — those must be ignored.
# Use a wide window (100 candidates ≈ ~4 days at hourly cadence) so a
# quiet main (no new commits for >10h) does not exhaust the window
# before finding a real publish run.
mapfile -t candidates < <(gh run list \
--workflow dev-publish.yml \
--branch main \
--status success \
--limit 10 \
--limit 100 \
--json databaseId \
--jq '.[].databaseId')

Expand Down
Loading