From 30ce108c9af264901b860e72d9ee1cb5dc085efa Mon Sep 17 00:00:00 2001 From: Anton Kostenko <anton.k@metabase.com> Date: Wed, 14 Aug 2024 08:39:58 -0400 Subject: [PATCH] Switch perf test trigger from label to comment (#46828) --- .github/workflows/perf-test-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/perf-test-comment.yml b/.github/workflows/perf-test-comment.yml index 845f07417cf..9e54818a3da 100644 --- a/.github/workflows/perf-test-comment.yml +++ b/.github/workflows/perf-test-comment.yml @@ -1,8 +1,8 @@ name: Perf test command on: - pull_request: - types: [ labeled ] + issue_comment: + types: [created] concurrency: group: ${{ github.workflow }}-${{ github.ref }} -- GitLab