Skip to content

Commit

Permalink
Do not launch performance test after merge to master (#550)
Browse files Browse the repository at this point in the history
* Filter out the branches from forks from the performance test
  • Loading branch information
varsill committed Apr 27, 2023
1 parent b9ae4b8 commit fb1c36f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,15 @@ workflows:
type: approval
filters:
branches:
ignore: /pull\/[0-9]+/
ignore:
- /pull\/[0-9]+/
- /master/
- test_performance:
filters:
branches:
ignore: /pull\/[0-9]+/
ignore:
- /pull\/[0-9]+/
- /master/
requires:
- get_deps
- request_performance_test

0 comments on commit fb1c36f

Please sign in to comment.