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.
1 parent fb50df0 commit dbed507Copy full SHA for dbed507
.github/workflows/ci.yml
@@ -180,8 +180,8 @@ jobs:
180
if: |
181
github.event_name == 'push' &&
182
!contains(github.event.head_commit.message, '[skip-release]') &&
183
- !contains(github.event.head_commit.message, 'chore') &&
184
- !contains(github.event.head_commit.message, 'docs')
+ !startsWith(github.event.head_commit.message, 'chore') &&
+ !startsWith(github.event.head_commit.message, 'docs')
185
186
needs:
187
- lint
0 commit comments