mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: fix invalid symbol '"'
This commit is contained in:
parent
6ea30bf599
commit
8c94deb2ad
2
.github/workflows/test-psalm.yml
vendored
2
.github/workflows/test-psalm.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
build:
|
||||
name: Psalm Analysis
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
if: (! contains(github.event.head_commit.message, '[ci skip]'))
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
2
admin/starter/.github/workflows/phpunit.yml
vendored
2
admin/starter/.github/workflows/phpunit.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
if: (! contains(github.event.head_commit.message, '[ci skip]'))
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user