Skip to content

Commit 85e0549

Browse files
committed
exclude more documentation files from CI
1 parent 7fd680c commit 85e0549

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request:
55
paths-ignore:
66
- '**.md'
7+
- 'LICENSE.txt'
8+
- 'AUTHORS.rst'
9+
- 'SPONSORS.rst'
10+
- 'doc/**/*.txt'
11+
- 'doc/**/*.rst'
712
- '**/AUTHORS'
813
- '**/SPONSORS'
914
- '**/TIPS'

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request:
55
paths-ignore:
66
- '**.md'
7+
- 'LICENSE.txt'
8+
- 'AUTHORS.rst'
9+
- 'SPONSORS.rst'
10+
- 'doc/**/*.txt'
11+
- 'doc/**/*.rst'
712
- '**/AUTHORS'
813
- '**/SPONSORS'
914
- '**/TIPS'

.github/workflows/typecheck.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request:
55
paths-ignore:
66
- '**.md'
7+
- 'LICENSE.txt'
8+
- 'AUTHORS.rst'
9+
- 'SPONSORS.rst'
10+
- 'doc/**/*.txt'
11+
- 'doc/**/*.rst'
712
- '**/AUTHORS'
813
- '**/SPONSORS'
914
- '**/TIPS'

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Internal
2121
* Update key feature list in `README.md`, syncing with web.
2222
* Sync prompt format string commentary with web.
2323
* Add a GitHub Actions workflow to run Codex review on pull requests.
24+
* Exclude more documentation files from CI.
2425

2526

2627
1.53.0 (2026/02/12)

0 commit comments

Comments
 (0)