mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: #40
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -6,9 +6,8 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: !startsWith(github.event.head_commit.message, 'chore')
|
||||
if: "!startsWith(github.event.head_commit.message, 'chore')"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user