Skip to content

Commit

Permalink
Run tests in CI, if protected_pip.py is modified
Browse files Browse the repository at this point in the history
This is a core piece in our testing bootstrap, so modifications to it
should trigger tests on CI.
  • Loading branch information
pradyunsg committed Jul 9, 2022
1 parent 946bbf3 commit da2ab17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- ".github/workflows/ci.yml"
- "src/**"
- "tests/**"
- "tools/protected_pip.py"
if: github.event_name == 'pull_request'

pre-commit:
Expand Down

0 comments on commit da2ab17

Please sign in to comment.