Skip to content

Commit

Permalink
try and ignore docs in build-library, test-kfp/lib
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Sep 17, 2024
1 parent 3ed0fbd commit 60343d3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ on:
- "releases/**"
paths:
- "data-processing-lib/**"
- "!**.md"
- "!**/doc/**"
- "!**/.gitignore"
pull_request:
branches:
- "dev"
- "releases/**"
paths:
- "data-processing-lib/**"
- "!**.md"
- "!**/doc/**"
- "!**/.gitignore"
jobs:
build-python-lib:
runs-on: ubuntu-22.04
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-kfp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ on:
- "*"
paths:
- "kfp/**"
- "!**.md"
- "!**/doc/**"
- "!**/.gitignore"
pull_request:
branches:
- "dev"
- "releases/**"
paths:
- "kfp/**"
- "!**.md"
- "!**/doc/**"
- "!**/.gitignore"

env:
KFP_BLACK_LIST: "doc_chunk-ray,pdf2parquet-ray,pii_redactor"
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ on:
paths:
# Note: the transform workflows are expected to trigger when data-processing-lib/** changes
- "data-processing-lib/**"
- "!**.md"
- "!**/doc/**"
- "!**/.gitignore"
pull_request:
branches:
- "dev"
- "releases/**"
paths:
# Note: the transform workflows are expected to trigger when data-processing-lib/** changes
- "data-processing-lib/**"
- "!**.md"
- "!**/doc/**"
- "!**/.gitignore"

jobs:
check_if_push_images:
Expand Down

0 comments on commit 60343d3

Please sign in to comment.