Skip to content

Commit

Permalink
rename, trigger hist when hi-ml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ant0nsc committed May 18, 2022
1 parent a2b47b6 commit 7d64a63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
paths:
- "hi-ml-azure/**"
- "hi-ml/**"
- ".github/workflows/build-test-pr.yml"
- ".github/workflows/hi-ml-pr.yml"

env:
pythonVersion: 3.7
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/histopathology-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
paths:
- "hi-ml-histopathology/**"
- ".github/workflows/histopathology-pr.yml"
# When the core hi-ml libraries change, test the histo test too, to find problems with backwards compatibility
- "hi-ml-azure/**"
- "hi-ml/**"

env:
pythonVersion: 3.7
Expand Down

0 comments on commit 7d64a63

Please sign in to comment.