From af59a49f0f0d79b4b04e7b28b9f166bc50dfaf22 Mon Sep 17 00:00:00 2001 From: Joseph Cosentino Date: Thu, 11 Jan 2024 14:08:10 -0800 Subject: [PATCH] chore: only run benchmark workflow on prs --- .github/workflows/benchmark.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6a0f94563..c6aa239e6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,9 +1,6 @@ name: Benchmarks on: - push: - branches: - - main pull_request: branches: '*'