nit warning concurrency limit for deps

This commit is contained in:
Ruben Fiszel
2025-12-04 08:22:31 +00:00
parent 4410567977
commit fcde732485
+1 -1
View File
@@ -2826,7 +2826,7 @@ pub async fn handle_queued_job(
}
#[cfg(not(feature = "enterprise"))]
if job.concurrent_limit.is_some() {
if job.concurrent_limit.is_some() && !job.kind.is_dependency() {
logs.push_str("---\n");
logs.push_str("WARNING: This job has concurrency limits enabled. Concurrency limits are an EE feature and the setting is ignored.\n");
logs.push_str("---\n");