Skip to content

Commit 4503e4a

Browse files
authored
ci: skip tests when only CHANGELOG.md is modified (#1347)
* ci: skip tests when only CHANGELOG.md is modified * rm unrelated changes * rm tabs * exclude all md files
1 parent 55e4596 commit 4503e4a

29 files changed

+29
-0
lines changed

.github/workflows/amazon_bedrock.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/amazon_bedrock/**"
11+
- "!integrations/amazon_bedrock/*.md"
1112
- ".github/workflows/amazon_bedrock.yml"
1213

1314
defaults:

.github/workflows/amazon_sagemaker.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/amazon_sagemaker/**"
11+
- "!integrations/amazon_sagemaker/*.md"
1112
- ".github/workflows/amazon_sagemaker.yml"
1213

1314
defaults:

.github/workflows/anthropic.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/anthropic/**"
11+
- "!integrations/anthropic/*.md"
1112
- ".github/workflows/anthropic.yml"
1213

1314
defaults:

.github/workflows/astra.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/astra/**"
11+
- "!integrations/astra/*.md"
1112
- ".github/workflows/astra.yml"
1213

1314
defaults:

.github/workflows/azure_ai_search.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/azure_ai_search/**"
11+
- "!integrations/azure_ai_search/*.md"
1112
- ".github/workflows/azure_ai_search.yml"
1213

1314
concurrency:

.github/workflows/chroma.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/chroma/**"
11+
- "!integrations/chroma/*.md"
1112
- ".github/workflows/chroma.yml"
1213

1314
defaults:

.github/workflows/cohere.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/cohere/**"
11+
- "!integrations/cohere/*.md"
1112
- ".github/workflows/cohere.yml"
1213

1314
defaults:

.github/workflows/deepeval.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/deepeval/**"
11+
- "!integrations/deepeval/*.md"
1112
- ".github/workflows/deepeval.yml"
1213

1314
defaults:

.github/workflows/elasticsearch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/elasticsearch/**"
11+
- "!integrations/elasticsearch/*.md"
1112
- ".github/workflows/elasticsearch.yml"
1213

1314
defaults:

.github/workflows/fastembed.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths:
88
- "integrations/fastembed/**"
9+
- "!integrations/fastembed/*.md"
910
- ".github/workflows/fastembed.yml"
1011

1112
defaults:

.github/workflows/google_ai.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/google_ai/**"
11+
- "!integrations/google_ai/*.md"
1112
- ".github/workflows/google_ai.yml"
1213

1314
defaults:

.github/workflows/google_vertex.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/google_vertex/**"
11+
- "!integrations/google_vertex/*.md"
1112
- ".github/workflows/google_vertex.yml"
1213

1314
defaults:

.github/workflows/instructor_embedders.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
pull_request:
77
paths:
88
- "integrations/instructor_embedders/**"
9+
- "!integrations/instructor_embedders/*.md"
910
- ".github/workflows/instructor_embedders.yml"
1011

1112
defaults:

.github/workflows/jina.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/jina/**"
11+
- "!integrations/jina/*.md"
1112
- ".github/workflows/jina.yml"
1213

1314
defaults:

.github/workflows/langfuse.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/langfuse/**"
11+
- "!integrations/langfuse/*.md"
1112
- ".github/workflows/langfuse.yml"
1213

1314
defaults:

.github/workflows/llama_cpp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/llama_cpp/**"
11+
- "!integrations/llama_cpp/*.md"
1112
- ".github/workflows/llama_cpp.yml"
1213

1314
defaults:

.github/workflows/mistral.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/mistral/**"
11+
- "!integrations/mistral/*.md"
1112
- ".github/workflows/mistral.yml"
1213

1314
defaults:

.github/workflows/mongodb_atlas.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- 'integrations/mongodb_atlas/**'
11+
- '!integrations/mongodb_atlas/*.md'
1112
- '.github/workflows/mongodb_atlas.yml'
1213

1314
defaults:

.github/workflows/nvidia.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/nvidia/**"
11+
- "!integrations/nvidia/*.md"
1112
- ".github/workflows/nvidia.yml"
1213

1314
defaults:

.github/workflows/ollama.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/ollama/**"
11+
- "!integrations/ollama/*.md"
1112
- ".github/workflows/ollama.yml"
1213

1314
defaults:

.github/workflows/opensearch.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/opensearch/**"
11+
- "!integrations/opensearch/*.md"
1112
- ".github/workflows/opensearch.yml"
1213

1314
concurrency:

.github/workflows/optimum.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/optimum/**"
11+
- "!integrations/optimum/*.md"
1112
- ".github/workflows/optimum.yml"
1213

1314
defaults:

.github/workflows/pgvector.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/pgvector/**"
11+
- "!integrations/pgvector/*.md"
1112
- ".github/workflows/pgvector.yml"
1213

1314
concurrency:

.github/workflows/pinecone.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/pinecone/**"
11+
- "!integrations/pinecone/*.md"
1112
- ".github/workflows/pinecone.yml"
1213

1314
defaults:

.github/workflows/qdrant.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/qdrant/**"
11+
- "!integrations/qdrant/*.md"
1112
- ".github/workflows/qdrant.yml"
1213

1314
defaults:

.github/workflows/ragas.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/ragas/**"
11+
- "!integrations/ragas/*.md"
1112
- ".github/workflows/ragas.yml"
1213

1314
defaults:

.github/workflows/snowflake.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
pull_request:
99
paths:
1010
- "integrations/snowflake/**"
11+
- "!integrations/snowflake/*.md"
1112
- ".github/workflows/snowflake.yml"
1213

1314
defaults:

.github/workflows/unstructured.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- "integrations/unstructured/**"
1111
- ".github/workflows/unstructured.yml"
12+
- "!integrations/unstructured/*.md"
1213

1314
defaults:
1415
run:

.github/workflows/weaviate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- "integrations/weaviate/**"
1111
- ".github/workflows/weaviate.yml"
12+
- "!integrations/weaviate/*.md"
1213

1314
defaults:
1415
run:

0 commit comments

Comments
 (0)