From 11958016ddae531fe427a39959cc279a2623f5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Wed, 11 Oct 2023 14:27:51 +0200 Subject: [PATCH] Force a small if to evoid triggering the CI every time --- .github/workflows/trigger-benchmarks-on-message.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/trigger-benchmarks-on-message.yml b/.github/workflows/trigger-benchmarks-on-message.yml index df55ea530..51945b6e6 100644 --- a/.github/workflows/trigger-benchmarks-on-message.yml +++ b/.github/workflows/trigger-benchmarks-on-message.yml @@ -8,6 +8,7 @@ env: jobs: run-benchmarks-on-comment: + if: startsWith(github.event.comment.body, '/benchmark') name: Run and upload benchmarks runs-on: benchmarks timeout-minutes: 4320 # 72h