Skip to content

Commit

Permalink
unify_deps | ✨ Introducing new features. (run tests when reqs change)
Browse files Browse the repository at this point in the history
Signed-off-by: mgorsk1 <[email protected]>
  • Loading branch information
mgorsk1 committed May 29, 2021
1 parent 7e4eb5f commit 0a17887
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "common/**"
- "requirements*txt"
jobs:
test-unit-python:
runs-on: ubuntu-18.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/databuilder_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "databuilder/**"
- "requirements-dev.txt"
jobs:
test-unit-python:
runs-on: ubuntu-18.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "frontend/**"
- "requirements*txt"
jobs:
test-unit-python:
runs-on: ubuntu-18.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/metadata_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "metadata/**"
- "requirements*txt"
jobs:
test-unit-python:
runs-on: ubuntu-18.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/search_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "search/**"
- "requirements*txt"
jobs:
test-unit-python:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 0a17887

Please sign in to comment.