-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pathogen workflow status page includes non-default branch runs #8
Comments
Huh, the execution plan does not even include the Execution plan
|
Hmm, when I try to add a join with the
I don't understand what's going on under the hood in steampipe, so I'm just going to work around it with an additional CTE that filters to the default branch. |
This is my work-around to resolve #8 since I don't understand what's going on under the hood in steampipe and why the subquery filter is not executed.
Odd! It definitely worked as a filter when I committed it. I'd bet some Steampipe change between versions broke it. It was treading on unstable ground a bit as a hack to work around a joining issue (which I never followed up with and wrote up…). I wonder if the join approach would work now. Hmm. |
Maybe also a reason to pin the Steampipe version. |
The shown run is a test run in the zika repo that was not run on the main branch.
Looks like we should only be including runs that are from the default branch
status/pathogen-workflows.sql
Lines 122 to 124 in 507429a
The text was updated successfully, but these errors were encountered: