From 6f4fdb77328ce76f2b9923512f61b7dcd6ac029b Mon Sep 17 00:00:00 2001 From: ritchie Date: Fri, 1 Nov 2024 10:27:24 +0100 Subject: [PATCH] ci: Only run remote bench on rust changes --- .github/workflows/benchmark-remote.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark-remote.yml b/.github/workflows/benchmark-remote.yml index 22a1a1c12a61..b1ee19b2a888 100644 --- a/.github/workflows/benchmark-remote.yml +++ b/.github/workflows/benchmark-remote.yml @@ -5,6 +5,8 @@ on: push: branches: - 'main' + paths: + - crates/** pull_request: types: [ labeled ]