Skip to content

Commit

Permalink
Merge pull request #2244 from dusk-network/ci-fix
Browse files Browse the repository at this point in the history
ci: fix benchmark filters
  • Loading branch information
HDauven authored Sep 4, 2024
2 parents 15d03c8 + dbac79f commit 395a47b
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 395a47b

Please sign in to comment.