diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml deleted file mode 100644 index ee7034e97e..0000000000 --- a/.github/workflows/canary.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Canary Build -on: workflow_dispatch -env: - FORCE_COLOR: 1 -jobs: - canary: - uses: tryghost/actions/.github/workflows/canary.yml@main - secrets: inherit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfe981ba54..de9de86508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -749,14 +749,3 @@ jobs: if: contains(needs.*.result, 'failure') run: | echo "One of the dependent jobs have failed. You may need to re-run it." && exit 1 - - canary: - needs: - [ - job_get_metadata, - job_required_tests - ] - if: needs.job_get_metadata.outputs.is_canary_branch == 'true' - name: Canary - secrets: inherit - uses: tryghost/actions/.github/workflows/canary.yml@main