From 923db6f87f63a371507326573fd33b2970c30048 Mon Sep 17 00:00:00 2001 From: Alexandre Pereira Date: Fri, 17 Jan 2025 11:30:50 +0000 Subject: [PATCH] fix: pages github deployment not triggering due to missing pages artifact stages --- src/service/github.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/service/github.ts b/src/service/github.ts index a4f8804..8faa674 100644 --- a/src/service/github.ts +++ b/src/service/github.ts @@ -92,8 +92,7 @@ export async function createGitHubDeploymentAndJobSummary( config.GITHUB_TOKEN && pagesArtifactFields.production_branch && pagesArtifactFields.pages_project && - pagesArtifactFields.deployment_trigger && - pagesArtifactFields.stages + pagesArtifactFields.deployment_trigger ) { const octokit = getOctokit(config.GITHUB_TOKEN); await Promise.all([