mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated canary build CI to use the main Moya build pipeline
ref ENG-807
This commit is contained in:
parent
746df63307
commit
c744740761
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue