mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
ci: don't skip releases based on commit body (#24554)
This commit is contained in:
parent
03997e21dc
commit
a585f27c98
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -249,8 +249,8 @@ jobs:
|
||||
if: |
|
||||
github.event_name == 'push' &&
|
||||
!contains(github.event.head_commit.message, '[skip-release]') &&
|
||||
!contains(github.event.head_commit.message, 'chore') &&
|
||||
!contains(github.event.head_commit.message, 'docs')
|
||||
!startsWith(github.event.head_commit.message, 'chore') &&
|
||||
!startsWith(github.event.head_commit.message, 'docs')
|
||||
needs:
|
||||
- lint
|
||||
- build
|
||||
|
Loading…
Reference in New Issue
Block a user