ci: Correct pipeline
Some checks failed
Release / prepare (push) Failing after 7s
Push Validation / validate (push) Failing after 13m8s

This commit is contained in:
Micheal Wilkinson
2026-03-21 23:41:13 +00:00
parent b97da893fb
commit ac41276c50
2 changed files with 2 additions and 1 deletions

View File

@@ -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