From c7447407617496a0131de77eb4ae02ce4d9b0d02 Mon Sep 17 00:00:00 2001 From: Joe Grigg Date: Wed, 1 May 2024 13:00:15 +0100 Subject: [PATCH] Updated canary build CI to use the main Moya build pipeline ref ENG-807 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef450b50bf..6ebc767c05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -961,8 +961,8 @@ jobs: uses: aurelien-baudet/workflow-dispatch@v2 with: token: ${{ secrets.CANARY_DOCKER_BUILD }} - workflow: .github/workflows/deploy-optimised.yml - ref: 'refs/heads/assets-build' + workflow: .github/workflows/deploy.yml + ref: 'refs/heads/main' repo: TryGhost/Ghost-Moya inputs: ${{ env.CANARY_BUILD_INPUTS }} wait-for-completion-timeout: 25m