Removed canary workflows
refs https://github.com/TryGhost/DevOps/issues/47 - we need to start building from git refs so this workflow which builds a tarball is no longer needed and just adds to the execution time
This commit is contained in:
parent
2f76f07dff
commit
90adbc4865
8
.github/workflows/canary.yml
vendored
8
.github/workflows/canary.yml
vendored
@ -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
|
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user