Skip to content

Commit 67a0195

Browse files
Exclude AGENTS docs from CI path filters
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 774a0dd commit 67a0195

6 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/dotnet-build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
filters: |
4949
dotnet:
5050
- 'dotnet/**'
51+
- '!dotnet/AGENTS.md'
52+
- '!dotnet/**/AGENTS.md'
5153
- '!dotnet/.github/skills/*'
5254
- '!dotnet/.github/skills/**'
5355
cosmosdb:

.github/workflows/dotnet-format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
branches: ["main", "feature*"]
1111
paths:
1212
- dotnet/**
13+
- '!dotnet/AGENTS.md'
14+
- '!dotnet/**/AGENTS.md'
1315
- '!dotnet/.github/skills/*'
1416
- '!dotnet/.github/skills/**'
1517
- '.github/workflows/dotnet-format.yml'

.github/workflows/python-code-quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
branches: ["main"]
77
paths:
88
- "python/**"
9+
- "!python/AGENTS.md"
10+
- "!python/**/AGENTS.md"
911
- "!python/.github/skills/*"
1012
- "!python/.github/skills/**"
1113

.github/workflows/python-lab-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
filters: |
3232
python:
3333
- 'python/**'
34+
- '!python/AGENTS.md'
35+
- '!python/**/AGENTS.md'
3436
- '!python/.github/skills/*'
3537
- '!python/.github/skills/**'
3638
# run only if 'python' files were changed

.github/workflows/python-merge-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
filters: |
5050
python:
5151
- 'python/**'
52+
- '!python/AGENTS.md'
53+
- '!python/**/AGENTS.md'
5254
- '!python/.github/skills/*'
5355
- '!python/.github/skills/**'
5456
- '.github/actions/setup-local-mcp-server/**'

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: ["main", "feature*"]
66
paths:
77
- "python/**"
8+
- "!python/AGENTS.md"
9+
- "!python/**/AGENTS.md"
810
- "!python/.github/skills/*"
911
- "!python/.github/skills/**"
1012
env:

0 commit comments

Comments
 (0)