Skip to content

Commit

Permalink
ci: run the "performance test" workflow less often (#2725)
Browse files Browse the repository at this point in the history
It was previously run when any test diagram was changed. This occurs
quite often when implementing new features whereas the performance tests
don't use them.
  • Loading branch information
tbouffard authored Jun 5, 2023
1 parent 3976eeb commit 5cbb7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/test-performance.yml'
- 'test/*' # root folder
- 'test/config/**/*'
- 'test/fixtures/**/*'
- 'test/fixtures/performance/**/*'
- 'test/performance/**/*'
- 'test/shared/**/*'
- '.nvmrc'
Expand Down

0 comments on commit 5cbb7b8

Please sign in to comment.