0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Disabled Ghost-CLI test

- this is broken for now until I have dependency bundling working for
  the monorepo
This commit is contained in:
Daniel Lockyer 2022-07-20 17:30:48 +02:00
parent 9fa789159c
commit b65816f421
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -260,7 +260,7 @@ jobs:
ghost-cli: ghost-cli:
name: Ghost-CLI name: Ghost-CLI
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) if: false && github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
defaults: defaults:
run: run: