Skip to content

Commit

Permalink
fix(tests): remove redundant integration test wf (#11322)
Browse files Browse the repository at this point in the history
* fix(tests): remove redundant integration test wf

Signed-off-by: droctothorpe <[email protected]>

* Add paths

Signed-off-by: droctothorpe <[email protected]>

* Remove integration-test.sh

Signed-off-by: droctothorpe <[email protected]>

---------

Signed-off-by: droctothorpe <[email protected]>
  • Loading branch information
droctothorpe authored Oct 22, 2024
1 parent 095a794 commit 6a35ee5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 66 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/kfp-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:
pull_request:
paths:
- '.github/resources/**'
- 'samples/**'
- 'backend/src/v2/**'
- '.github/workflows/kfp-samples.yml'
- '.github/workflows/kubeflow-pipelines-integration-v2.yml'
- 'backend/**'
- 'samples/**'
- 'samples/core/dataflow/**'
- 'samples/core/parameterized_tfx_oss/**'

jobs:
samples:
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/kubeflow-pipelines-integration-v2.yml

This file was deleted.

25 changes: 0 additions & 25 deletions backend/src/v2/test/integration-test.sh

This file was deleted.

0 comments on commit 6a35ee5

Please sign in to comment.