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: