Skip to content

Commit

Permalink
Fix benchmark step condition
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsmith1968 committed Aug 24, 2024
1 parent 62b9277 commit 96c3245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
## Benchmark Performance
benchmark:
name: Benchmark Performance
if: needs.setup.outputs.should_release == 'true'
if: needs.setup.outputs.should_benchmark == 'true'

needs:
- setup
Expand Down

0 comments on commit 96c3245

Please sign in to comment.