From d1e4feec44821fc806b602c8ec729b4c2c441580 Mon Sep 17 00:00:00 2001 From: Carlos Castillo Passi Date: Fri, 12 Jul 2024 15:44:39 -0400 Subject: [PATCH] Update run condition for Benchmark pipeline --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 01c931105..c9b5336d1 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -21,6 +21,7 @@ steps: - "KomaMRIBase/Project.toml" - "benchmarks/**/*" - ".buildkite/**/*" + - ".github/workflows/Benchmark.yml" - "Project.toml" config: command: "buildkite-agent pipeline upload .buildkite/runbenchmarks.yml"