diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cd396020a..67a28921ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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