From 77ea352915fef010f36a56c1424cb483bbf51d8d Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Tue, 13 Feb 2024 16:15:15 -0800 Subject: [PATCH] Exclude runs from before pathogen-repo-build waited on AWS Batch jobs Before this point, the status of a GitHub Actions workflow run isn't reflective of the the actual AWS Batch job outcome. Related-to: --- pathogen-workflows.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/pathogen-workflows.sql b/pathogen-workflows.sql index 34022ce..0136212 100644 --- a/pathogen-workflows.sql +++ b/pathogen-workflows.sql @@ -113,6 +113,7 @@ run as materialized ( -- XXX FIXME: this correlated subquery is a hack around a steampipe issue… describe why, maybe explore a better work around. head_branch = (select default_branch from repository r where r.repository_full_name = workflow.repository_full_name) and age(run.created_at) <= '90 days' + and run.created_at >= '2024-02-13T21:50:28Z'::timestamptz -- When I merged . —trs ) select