Skip to content

Commit

Permalink
ci: Fix benchmark filters
Browse files Browse the repository at this point in the history
  • Loading branch information
HDauven committed Sep 2, 2024
1 parent f2990d2 commit dbac79f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
filters: |
run-ci:
- 'rusk/**/*
- 'node/**/*
predicate-quantifier: 'some'
- 'rusk/**'
- 'node/**'
- '.github/workflows/benchmarks.yml'
benchmark:
needs: changes
Expand Down

0 comments on commit dbac79f

Please sign in to comment.