Skip to content

Commit

Permalink
reduce PR execution time for tabular RAI dashboard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Aug 11, 2023
1 parent 1eeb20b commit ec237a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI-e2e-notebooks-vision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- "responsibleai_vision/**"
- ".github/workflows/CI-e2e-notebooks-vision.yml"

jobs:
ui-build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/CI-notebook-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- "responsibleai_text/**"
- ".github/workflows/CI-notebook-text.yml"

jobs:
ci-notebook-text:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/CI-notebook-vision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- "responsibleai_vision/**"
- ".github/workflows/CI-notebook-vision.yml"

jobs:
ci-notebook-vision:
Expand Down

0 comments on commit ec237a4

Please sign in to comment.