You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix clickhouse tests not running in the merge queue (tensorzero#5207)
* Fix clickhouse tests not running in the merge queue
The 'if' check was checking a nonexistent variable,
causing the job to get skipped in the merge queue.
The 'check-all-general-jobs-passed' step is supposed to
detect skipped jobs, but it didn't for some reason.
I've fixed the check, and added debugging to
'check-all-general-jobs-passed'
* Fix incorrect parenthesis
0 commit comments