From 66758599a96bdbc2ef281b99246feda70066c450 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:13:49 -0400 Subject: [PATCH] [ci]: Quick `codspeed.yml` tweaks to enable comparisons with `master` (#30752) * Only run codspeed logic when `libs/core` is changed (for now, we'll want to add other benchmarks later * Also run on `master` so that we can get a reference :) --- .github/workflows/codspeed.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 16b783fa899..868770f6667 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -1,7 +1,12 @@ name: CodSpeed on: + push: + branches: + - master pull_request: + paths: + - 'libs/core/**' # `workflow_dispatch` allows CodSpeed to trigger backtest # performance analysis in order to generate initial data. workflow_dispatch: