Skip to content

Commit 271149b

Browse files
committedOct 7, 2024··
ci: release dependency updates on nightly channel

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ jobs:
258258
github.event_name == 'push' &&
259259
github.repository == 'nuxt/nuxt' &&
260260
!contains(github.event.head_commit.message, '[skip-release]') &&
261-
!startsWith(github.event.head_commit.message, 'chore') &&
262261
!startsWith(github.event.head_commit.message, 'docs')
263262
needs:
264263
- lint

0 commit comments

Comments
 (0)
Please sign in to comment.