diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5aac9346..a32ac417 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ on: jobs: build: - if: ${{ !startsWith(coalesce(github.event.pull_request.title, github.event.head_commit.message, ''), 'docs:') }} + if: ${{ !startsWith(github.event.pull_request.title || github.event.head_commit.message || '', 'docs:') }} name: Build runs-on: ubuntu-latest steps: