mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-30 17:11:00 +00:00
Update CI/CD - skip running unit tests on documentation-only PRs (#1371)
This commit is contained in:
parent
9762f33c1a
commit
0394b55086
7
.github/workflows/python-ci.yml
vendored
7
.github/workflows/python-ci.yml
vendored
@ -2,8 +2,8 @@ name: Python CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**/main" # Matches branches like feature/main
|
||||
- "main" # Matches the main branch
|
||||
- "**/main" # match branches like feature/main
|
||||
- "main" # match the main branch
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
@ -13,6 +13,9 @@ on:
|
||||
branches:
|
||||
- "**/main"
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- ".semversioner/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@ -2,8 +2,8 @@ name: Python Integration Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**/main" # Matches branches like feature/main
|
||||
- "main" # Matches the main branch
|
||||
- "**/main" # match branches like feature/main
|
||||
- "main" # match the main branch
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
@ -13,6 +13,9 @@ on:
|
||||
branches:
|
||||
- "**/main"
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- ".semversioner/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
7
.github/workflows/python-notebook-tests.yml
vendored
7
.github/workflows/python-notebook-tests.yml
vendored
@ -2,8 +2,8 @@ name: Python Notebook Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**/main" # Matches branches like feature/main
|
||||
- "main" # Matches the main branch
|
||||
- "**/main" # match branches like feature/main
|
||||
- "main" # match the main branch
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
@ -13,6 +13,9 @@ on:
|
||||
branches:
|
||||
- "**/main"
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- ".semversioner/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
7
.github/workflows/python-smoke-tests.yml
vendored
7
.github/workflows/python-smoke-tests.yml
vendored
@ -2,8 +2,8 @@ name: Python Smoke Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**/main" # Matches branches like feature/main
|
||||
- "main" # Matches the main branch
|
||||
- "**/main" # match branches like feature/main
|
||||
- "main" # match the main branch
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
@ -13,6 +13,9 @@ on:
|
||||
branches:
|
||||
- "**/main"
|
||||
- "main"
|
||||
paths-ignore:
|
||||
- "**/*.md"
|
||||
- ".semversioner/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Allow some cicd jobs to skip PRs dedicated to doc updates only."
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user