From 1d151e0cd63970fcd6db2a1e31f2a575a8c46459 Mon Sep 17 00:00:00 2001 From: Ani Date: Fri, 12 Apr 2024 20:46:15 -0700 Subject: [PATCH] Added back the path filters now that I'm confirmed the commit SHAs are working as expected. --- .github/workflows/performance-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index 5750bf2097..2fc3a76f5d 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -7,7 +7,10 @@ on: types: - opened - reopened - - synchronize + - synchronize + paths: + - 'R/**' + - 'src/**' jobs: comment: