Skip to content

Commit

Permalink
disable test workflow when no code files change (IBM#589)
Browse files Browse the repository at this point in the history
* disable test workflow when none code files change

Signed-off-by: David Wood <[email protected]>

* one more path-ignore in test.yml

Signed-off-by: David Wood <[email protected]>

* one more fix for path-ignore in test.yml

Signed-off-by: David Wood <[email protected]>

---------

Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd authored Sep 16, 2024
1 parent dd96ca0 commit 15bbfb1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 15bbfb1

Please sign in to comment.