Skip to content

Commit af445b8

Browse files
Skip build/test CI for PRs with only doc changes (open-telemetry#1173)
1 parent 00a2fb3 commit af445b8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
paths-ignore:
9+
- '**/*.md'
810

911
concurrency:
1012
group: build-and-test-${{ github.event.pull_request.number || github.ref }}

.github/workflows/windows-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8+
paths-ignore:
9+
- '**/*.md'
810

911
concurrency:
1012
group: windows-test-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)