From 7c5b8355e439271b89bf2d1e2b95504c89cde0bc Mon Sep 17 00:00:00 2001 From: Joe Grigg Date: Mon, 25 Mar 2024 14:25:12 +0000 Subject: [PATCH] Switched canary build to use the new faster build pipeline no-issue --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d928989021..9b3fd5228b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -961,7 +961,7 @@ jobs: uses: aurelien-baudet/workflow-dispatch@v2 with: token: ${{ secrets.CANARY_DOCKER_BUILD }} - workflow: .github/workflows/deploy.yml + workflow: .github/workflows/deploy-optimised.yml ref: 'refs/heads/main' repo: TryGhost/Ghost-Moya inputs: ${{ env.CANARY_BUILD_INPUTS }}