Skip to content

Commit 774a0dd

Browse files
Match skill symlinks in CI path exclusions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e5fbb55 commit 774a0dd

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
filters: |
4949
dotnet:
5050
- 'dotnet/**'
51+
- '!dotnet/.github/skills/*'
5152
- '!dotnet/.github/skills/**'
5253
cosmosdb:
5354
- 'dotnet/src/Microsoft.Agents.AI.CosmosNoSql/**'

.github/workflows/dotnet-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches: ["main", "feature*"]
1111
paths:
1212
- dotnet/**
13+
- '!dotnet/.github/skills/*'
1314
- '!dotnet/.github/skills/**'
1415
- '.github/workflows/dotnet-format.yml'
1516

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: ["main"]
77
paths:
88
- "python/**"
9+
- "!python/.github/skills/*"
910
- "!python/.github/skills/**"
1011

1112
env:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
filters: |
3232
python:
3333
- 'python/**'
34+
- '!python/.github/skills/*'
3435
- '!python/.github/skills/**'
3536
# run only if 'python' files were changed
3637
- name: python tests

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
filters: |
5050
python:
5151
- 'python/**'
52+
- '!python/.github/skills/*'
5253
- '!python/.github/skills/**'
5354
- '.github/actions/setup-local-mcp-server/**'
5455
- '.github/workflows/python-merge-tests.yml'

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: ["main", "feature*"]
66
paths:
77
- "python/**"
8+
- "!python/.github/skills/*"
89
- "!python/.github/skills/**"
910
env:
1011
# Configure a constant location for the uv cache

0 commit comments

Comments
 (0)