Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/benchmark-comparison.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- "tests/unit/test_benchmark_smoke.py"
- "pyproject.toml"
- "uv.lock"
workflow_dispatch:

permissions:
contents: read
Expand All @@ -37,7 +38,7 @@ concurrency:

jobs:
benchmark:
if: github.event.pull_request.draft == false
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
runs-on: ubuntu-latest
env:
DEBUG: 1
Expand Down
Loading