Skip to content

Commit

Permalink
test-kfp only on kfp/**
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 54b3c69 commit d530ac9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/test-kfp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,15 @@ on:
- "releases/**"
tags:
- "*"
paths-ignore:
- "**.md"
- "examples/**"
- "**/doc/**"
- "**/.gitignore"
- "**/.dockerignore"
paths:
- "kfp/**"
pull_request:
branches:
- "dev"
- "releases/**"
paths-ignore:
- "**.md"
- "examples/**"
- "**/doc/**"
- "**/.gitignore"
- "**/.dockerignore"
paths:
- "kfp/**"

env:
KFP_BLACK_LIST: "doc_chunk-ray,pdf2parquet-ray,pii_redactor"

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-transform.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# DO NOT EDIT THIS: it is generated from test-transform.template, Edit there and run make to change these files
#
name: Test - @TARGET_TRANSFORM_DIR@

on:
Expand Down

0 comments on commit d530ac9

Please sign in to comment.