From 289e72b75f0fe9db7b148375ed094773b0344de6 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 16 Sep 2024 10:44:20 -0700 Subject: [PATCH] Remove debug code --- .github/workflows/baseline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml index d7d6e609f..26a4f2ef0 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -4,8 +4,8 @@ on: workflow_dispatch: push: branches: [main] - # paths: - # - "libs/**" + paths: + - "libs/**" env: POETRY_VERSION: "1.7.1" @@ -27,8 +27,8 @@ jobs: cache-key: bench - name: Install dependencies run: poetry install --with dev - # - name: Run benchmarks - # run: OUTPUT=out/benchmark-baseline.json make -s benchmark + - name: Run benchmarks + run: OUTPUT=out/benchmark-baseline.json make -s benchmark - name: Save outputs uses: actions/cache/save@v4 with: