diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe1005ac41..5fb47bb28a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,7 @@ jobs: ghost-cli: name: Ghost-CLI + if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) runs-on: ubuntu-latest steps: - uses: actions/checkout@v2