diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index da29b83d1d8..a19be0a3b57 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -191,7 +191,7 @@ def monitor_pipeline( print("---------------------------------", flush=False) - if len(target_statuses) == 1 and {"running"}.intersection( + if len(target_statuses) == 1 and RUNNING_STATUSES.intersection( target_statuses.values() ): return target_id, None, execution_times