Skip to content

Commit

Permalink
fix packaging test workflow paths
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Sep 24, 2024
1 parent e155d2c commit 33b8853
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test-packaging-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
- "*"
paths:
- "transforms/packaging/python/**"
- "data-processing-lib/**"
- "!transforms/packaging/python/**/kfp_ray/**" # This is/will be tested in separate workflow
- "!data-processing-lib/**/test/**"
- "!data-processing-lib/**/test-data/**"
- "!**.md"
- "!**/doc/**"
- "!**/images/**"
Expand All @@ -24,10 +20,6 @@ on:
- "releases/**"
paths:
- "transforms/packaging/python/**"
- "data-processing-lib/**"
- "!transforms/packaging/python/**/kfp_ray/**" # This is/will be tested in separate workflow
- "!data-processing-lib/**/test/**"
- "!data-processing-lib/**/test-data/**"
- "!**.md"
- "!**/doc/**"
- "!**/images/**"
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/test-packaging-ray.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Test - transforms/packaging/ray

on:
Expand All @@ -11,10 +10,6 @@ on:
- "*"
paths:
- "transforms/packaging/ray/**"
- "data-processing-lib/**"
- "!transforms/packaging/ray/**/kfp_ray/**" # This is/will be tested in separate workflow
- "!data-processing-lib/**/test/**"
- "!data-processing-lib/**/test-data/**"
- "!**.md"
- "!**/doc/**"
- "!**/images/**"
Expand All @@ -25,10 +20,6 @@ on:
- "releases/**"
paths:
- "transforms/packaging/ray/**"
- "data-processing-lib/**"
- "!transforms/packaging/ray/**/kfp_ray/**" # This is/will be tested in separate workflow
- "!data-processing-lib/**/test/**"
- "!data-processing-lib/**/test-data/**"
- "!**.md"
- "!**/doc/**"
- "!**/images/**"
Expand Down

0 comments on commit 33b8853

Please sign in to comment.