We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ea30bf + 8c94deb commit 854c73fCopy full SHA for 854c73f
.github/workflows/test-psalm.yml
@@ -24,7 +24,7 @@ jobs:
24
build:
25
name: Psalm Analysis
26
runs-on: ubuntu-latest
27
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ if: (! contains(github.event.head_commit.message, '[ci skip]'))
28
29
steps:
30
- name: Checkout
admin/starter/.github/workflows/phpunit.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments