Skip to content

Commit

Permalink
Add tools/internal_ci/ to test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kwong committed Feb 27, 2017
1 parent 345abfd commit 28b0f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run_tests/python_utils/filter_pull_request_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def add_trigger(self, trigger):
'^test/distrib/php/': [_PHP_TEST_SUITE],
'^test/distrib/python/': [_PYTHON_TEST_SUITE],
'^test/distrib/ruby/': [_RUBY_TEST_SUITE],
'^tools/internal_ci/': [],
'^vsprojects/': [_WINDOWS_TEST_SUITE],
'binding\.gyp$': [_NODE_TEST_SUITE],
'composer\.json$': [_PHP_TEST_SUITE],
Expand Down

0 comments on commit 28b0f2a

Please sign in to comment.