ci: Correct pipeline
This commit is contained in:
@@ -9,7 +9,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'chore(release): prepare ') }}
|
||||
if: "${{ !startsWith(github.event.head_commit.message, 'chore(release): prepare ') }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user