From e8c3b752ee61ab6d8de74c4c17dc69651164a9b0 Mon Sep 17 00:00:00 2001 From: Wu-kung <1434246346@qq.com> Date: Wed, 30 Oct 2024 16:10:31 +0800 Subject: [PATCH] ci: test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2015a278..7901ffcfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: trigger: runs-on: ubuntu-latest - if: github.event.issue.pull_request && startsWith(github.event.comment.body, '!bench') + if: github.event.issue.pull_request && startsWith(github.event.comment.body, '!test') steps: - name: List files run: ls -la