Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 16, 2024
1 parent 1943413 commit 289e72b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:
push:
branches: [main]
# paths:
# - "libs/**"
paths:
- "libs/**"

env:
POETRY_VERSION: "1.7.1"
Expand All @@ -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:
Expand Down

0 comments on commit 289e72b

Please sign in to comment.