From 6a43e82a961b7376acb50b95643a7a347b78450c Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Fri, 8 Mar 2024 15:21:45 -0700 Subject: [PATCH] more precise trigger for rerunning competitive benchmarks --- .github/workflows/competitive-benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/competitive-benchmarks.yml b/.github/workflows/competitive-benchmarks.yml index e12b382d..fc7eab51 100644 --- a/.github/workflows/competitive-benchmarks.yml +++ b/.github/workflows/competitive-benchmarks.yml @@ -5,7 +5,7 @@ on: branches: - gather-new-benchmark-data paths: - - 'qi-sdk/benchmarks/**' + - 'qi-sdk/benchmarks/competitive/**' - 'qi-lib/**' - '.github/workflows/competitive-benchmarks.yml'