Fixed disabling of Ghost-CLI tests
- conditional binding rules are difficult so let's just make it simpler
This commit is contained in:
parent
30c4f11e27
commit
fc1f651db6
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -249,7 +249,7 @@ jobs:
|
|||||||
|
|
||||||
ghost-cli:
|
ghost-cli:
|
||||||
name: 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
|
runs-on: ubuntu-18.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
Loading…
Reference in New Issue
Block a user