mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-01 15:09:33 +08:00
Fix YAML parsing of if condition in format-and-build workflow
This commit is contained in:
@@ -14,7 +14,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
format-and-build:
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'chore: format and build') }}
|
||||
if: "${{ !startsWith(github.event.head_commit.message, 'chore: format and build') }}"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user