Skip to content

Commit 926d586

Browse files
authored
Merge pull request #8576 from uinstinct/docs-checks
chore: skip pr checks when changes are made to docs
2 parents 9bb396b + af1a62e commit 926d586

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cli-pr-checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CLI PR Checks
33
on:
44
pull_request:
55
branches: [main]
6+
paths-ignore:
7+
- "docs/**"
68

79
permissions:
810
contents: read

.github/workflows/pr-checks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
pull_request:
66
branches:
77
- main
8+
paths-ignore:
9+
- "docs/**"
810

911
push:
1012
branches:
1113
- main
14+
paths-ignore:
15+
- "docs/**"
1216

1317
jobs:
1418
track-rerun:

0 commit comments

Comments
 (0)