fix(automation): run asset reconciliation on worker
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled

This commit is contained in:
ogt
2026-07-15 08:18:17 +08:00
parent 618e499471
commit 47586431c0
6 changed files with 365 additions and 116 deletions

View File

@@ -631,6 +631,7 @@ def _receipt_controls(
fresh = bool(
row
and str(row.get("status") or "") == "success"
and output.get("closed") is True
and _is_fresh(
created_at,
now=now,