From 09c53426121e9b56034b02470b1bfd6bb6a66d40 Mon Sep 17 00:00:00 2001 From: Chris Lo <46541035+topher-lo@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:31:15 -0700 Subject: [PATCH] fix paths Signed-off-by: Chris Lo <46541035+topher-lo@users.noreply.github.com> --- .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 846c6564d..4d5ddf2c0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -6,7 +6,7 @@ on: paths: ["tracecat/**"] pull_request: branches: ["main"] - paths: [".github/workflows/stress-test.yml"] + paths: [".github/workflows/benchmark.yml"] jobs: stress-test: