Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce PR execution time for tabular RAI dashboard changes #2238

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 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,10 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
- "raiwidgets/**"
- "responsibleai_vision/**"
imatiach-msft marked this conversation as resolved.
Show resolved Hide resolved
- ".github/workflows/CI-e2e-notebooks-vision.yml"

jobs:
ui-build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/CI-notebook-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
imatiach-msft marked this conversation as resolved.
Show resolved Hide resolved
- "raiwidgets/**"
- "responsibleai_text/**"
- ".github/workflows/CI-notebook-text.yml"

jobs:
ci-notebook-text:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/CI-notebook-vision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [main]
pull_request:
branches: [main]
paths:
imatiach-msft marked this conversation as resolved.
Show resolved Hide resolved
- "raiwidgets/**"
- "responsibleai_vision/**"
- ".github/workflows/CI-notebook-vision.yml"

jobs:
ci-notebook-vision:
Expand Down