ci: fix missing needs
This commit is contained in:
parent
d308834137
commit
5cb39296ab
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -51,8 +51,10 @@ jobs:
|
||||||
push: origin HEAD:${{ github.head_ref }}
|
push: origin HEAD:${{ github.head_ref }}
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
needs: update-config
|
needs:
|
||||||
if: contains(${{ needs.get-last-commit-message.outputs.last_commit_message }}, '[ready]') && !contains(github.ref_name, 'renovate')
|
- update-config
|
||||||
|
- get-last-commit-message
|
||||||
|
if: contains(${{ needs.get-last-commit-message.outputs.last_commit_message }}, '[ready]') || !contains(github.ref_name, 'renovate')
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue
Block a user