Skip to content

Commit

Permalink
chore(GHA): adapt to changes to src/kepler_model
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha committed Aug 15, 2024
1 parent 5217c8d commit 88b68e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- 'dockerfiles/Dockerfile.base'
- '.github/workflows/build-push.yml'
data:
- 'src/util/prom_types.py'
- 'src/util/train_types.py'
- 'src/train/prom/**'
- 'src/kepler_model/util/prom_types.py'
- 'src/kepler_model/util/train_types.py'
- 'src/kepler_model/train/prom/**'
- 'model_training/tekton/tasks/stressng-task.yaml'
- 'model_training/tekton/pipelines/collect.yaml'
- 'hack/**'
Expand Down

0 comments on commit 88b68e6

Please sign in to comment.