Skip to content

Commit a4f2a37

Browse files
Copilotfriggeri
andcommitted
Add paths-ignore filters to all SDK test workflows
Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com>
1 parent b6de2db commit a4f2a37

4 files changed

Lines changed: 44 additions & 0 deletions

File tree

.github/workflows/dotnet-sdk-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ on:
88
- 'nodejs/package.json'
99
- '.github/workflows/dotnet-sdk-tests.yml'
1010
- '.github/actions/setup-copilot/**'
11+
paths-ignore:
12+
- '**/*.md'
13+
- '**/*.txt'
14+
- '**/LICENSE*'
15+
- '**/.gitignore'
16+
- '**/.editorconfig'
17+
- '**/*.png'
18+
- '**/*.jpg'
19+
- '**/*.jpeg'
20+
- '**/*.gif'
21+
- '**/*.svg'
1122
workflow_dispatch:
1223
merge_group:
1324

.github/workflows/go-sdk-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ on:
88
- 'nodejs/package.json'
99
- '.github/workflows/go-sdk-tests.yml'
1010
- '.github/actions/setup-copilot/**'
11+
paths-ignore:
12+
- '**/*.md'
13+
- '**/*.txt'
14+
- '**/LICENSE*'
15+
- '**/.gitignore'
16+
- '**/.editorconfig'
17+
- '**/*.png'
18+
- '**/*.jpg'
19+
- '**/*.jpeg'
20+
- '**/*.gif'
21+
- '**/*.svg'
1122
workflow_dispatch:
1223
merge_group:
1324

.github/workflows/nodejs-sdk-tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ on:
1010
- 'test/**'
1111
- '.github/workflows/nodejs-sdk-tests.yml'
1212
- '.github/actions/setup-copilot/**'
13+
paths-ignore:
14+
- '**/*.md'
15+
- '**/*.txt'
16+
- '**/LICENSE*'
17+
- '**/.gitignore'
18+
- '**/.editorconfig'
19+
- '**/*.png'
20+
- '**/*.jpg'
21+
- '**/*.jpeg'
22+
- '**/*.gif'
23+
- '**/*.svg'
1324
workflow_dispatch:
1425
merge_group:
1526

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ on:
1111
- 'nodejs/package.json'
1212
- '.github/workflows/python-sdk-tests.yml'
1313
- '.github/actions/setup-copilot/**'
14+
paths-ignore:
15+
- '**/*.md'
16+
- '**/*.txt'
17+
- '**/LICENSE*'
18+
- '**/.gitignore'
19+
- '**/.editorconfig'
20+
- '**/*.png'
21+
- '**/*.jpg'
22+
- '**/*.jpeg'
23+
- '**/*.gif'
24+
- '**/*.svg'
1425
workflow_dispatch:
1526
merge_group:
1627

0 commit comments

Comments
 (0)