diff --git a/apps/dokploy/pages/api/deploy/github.ts b/apps/dokploy/pages/api/deploy/github.ts index 5f518b696..325b4f1be 100644 --- a/apps/dokploy/pages/api/deploy/github.ts +++ b/apps/dokploy/pages/api/deploy/github.ts @@ -443,7 +443,7 @@ export default async function handler( for (const app of secureApps) { const previewLimit = app?.previewLimit || 0; - if (app?.previewDeployments?.length >= previewLimit) { + if (app?.previewDeployments?.length > previewLimit) { continue; } const previewDeploymentResult =