Skip to content

Commit 26c36d7

Browse files
authored
.github/workflows: Don't run the sanity jobs for markdown-only updates (#2356)
Update the sanity workflow and avoid running the defined jobs when only markdown changes are present in the PR. This is a follow-up to #2347 which enabled this behavior with the other actions, and this sanity action was introduced after that PR had already merged. Signed-off-by: timflannagan <[email protected]>
1 parent 404aa2c commit 26c36d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/sanity.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ on:
55
branches:
66
- '**'
77
pull_request:
8-
paths:
9-
- '**'
10-
- '!doc/**'
8+
paths-ignore:
9+
- '**/*.md'
1110

1211
jobs:
1312
sanity:

0 commit comments

Comments
 (0)