mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Enabled Ghost-CLI testing on Renovate branches
no issue
This commit is contained in:
parent
bd92fcd282
commit
f8a22da490
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -49,6 +49,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/'))
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue