diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0546f21e8..004862cb0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,12 +8,24 @@ on: - "releases/**" tags: - "*" + paths-ignore: + - "**.md" + - "examples/**" + - "**/doc/**" + - "**/.gitignore" + - "**/.dockerignore" pull_request: branches: - "dev" - "releases/**" + paths-ignore: + - "**.md" + - "examples/**" + - "**/doc/**" + - "**/.gitignore" + - "**/.dockerignore" env: - KFP_BLACK_LIST: "doc_chunk-ray,pdf2parquet-ray,pii_redactor" + KFP_BLACK_LIST: "doc_chunk-ray,pdf2parquet-ray,pii_redactor" jobs: check_if_push_images: