0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed disabling of Ghost-CLI tests

- conditional binding rules are difficult so let's just make it simpler
This commit is contained in:
Daniel Lockyer 2022-07-22 12:20:40 +02:00
parent 30c4f11e27
commit fc1f651db6
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

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