Skip to content

Commit

Permalink
Merge pull request #2238 from dusk-network/fix-bench-ci
Browse files Browse the repository at this point in the history
ci: Fix bench CI filter predicate
  • Loading branch information
HDauven authored Sep 1, 2024
2 parents 2de971c + 3dab2b4 commit 1840f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run-ci:
- 'rusk/**/*
- 'node/**/*
predicate-quantifier: "any"
predicate-quantifier: 'some'

benchmark:
needs: changes
Expand Down

0 comments on commit 1840f04

Please sign in to comment.