From d72acdaf685f27bc262334f630ec793360661383 Mon Sep 17 00:00:00 2001 From: meskill <8974488+meskill@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:44:48 +0000 Subject: [PATCH] ci: fix workflow conditions --- .github/workflows/benchmark-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-pull-request.yaml b/.github/workflows/benchmark-pull-request.yaml index 37a9a6c..09fadea 100644 --- a/.github/workflows/benchmark-pull-request.yaml +++ b/.github/workflows/benchmark-pull-request.yaml @@ -3,7 +3,7 @@ name: Benchmark PR on: pull_request: paths: ["projects/**"] - types: [opened, reopened, edited, synchronize] + types: [opened, reopened, edited, synchronize, labeled] branches: [main] concurrency: