diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cb14ef646..0e8b7b90b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: if: >- github.event_name != 'push' || (github.event_name == 'push' && github.ref == 'refs/heads/master') - || (github.event_name == 'push' && github.ref != 'refs/heads/master' && contains(github.event.head_commit.message, 'ci all')) + || (github.event_name == 'push' && github.ref != 'refs/heads/master' && contains(github.event.head_commit.message, '[ci all]')) strategy: matrix: os: [ubuntu-latest, macos-latest]