From d530ac95dd96befba32675932c23b21d337cd8c0 Mon Sep 17 00:00:00 2001 From: David Wood Date: Tue, 17 Sep 2024 14:18:34 -0400 Subject: [PATCH] test-kfp only on kfp/** Signed-off-by: David Wood --- .github/workflows/test-kfp.yml | 17 +++++------------ .github/workflows/test-transform.template | 3 +++ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test-kfp.yml b/.github/workflows/test-kfp.yml index c95f8fbbb..34c745ee5 100644 --- a/.github/workflows/test-kfp.yml +++ b/.github/workflows/test-kfp.yml @@ -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" diff --git a/.github/workflows/test-transform.template b/.github/workflows/test-transform.template index 5ddf5f936..42c2a6974 100644 --- a/.github/workflows/test-transform.template +++ b/.github/workflows/test-transform.template @@ -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: