From 425cf520bcbca181bfe301dcf080f917654f9405 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Thu, 10 Apr 2025 18:52:50 +0300 Subject: [PATCH] strict comment check --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 18abb9d6..f913b9b6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -13,7 +13,7 @@ jobs: ( github.event_name == 'issue_comment' && github.event.issue.pull_request != '' && - contains(github.event.comment.body, '/benchmark') + (startsWith(github.event.comment.body, '/benchmark')) ) permissions: pull-requests: write