ci: release dependency updates on nightly channel

This commit is contained in:
Daniel Roe 2024-10-07 06:22:07 +02:00
parent 69e9fb1d57
commit b3344cd71d
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -256,7 +256,6 @@ jobs:
github.event_name == 'push' && github.event_name == 'push' &&
github.repository == 'nuxt/nuxt' && github.repository == 'nuxt/nuxt' &&
!contains(github.event.head_commit.message, '[skip-release]') && !contains(github.event.head_commit.message, '[skip-release]') &&
!startsWith(github.event.head_commit.message, 'chore') &&
!startsWith(github.event.head_commit.message, 'docs') !startsWith(github.event.head_commit.message, 'docs')
needs: needs:
- lint - lint