From d0c1814a1c7538f4a4e32bd53d5987bcdf17fae7 Mon Sep 17 00:00:00 2001 From: Joe Grigg Date: Mon, 25 Mar 2024 14:53:27 +0000 Subject: [PATCH] Fixed incorrect branch for canary build 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 9b3fd5228b..dbdb18afda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -962,7 +962,7 @@ jobs: with: token: ${{ secrets.CANARY_DOCKER_BUILD }} workflow: .github/workflows/deploy-optimised.yml - ref: 'refs/heads/main' + ref: 'refs/heads/assets-build' repo: TryGhost/Ghost-Moya inputs: ${{ env.CANARY_BUILD_INPUTS }} wait-for-completion-timeout: 25m