Skip to content

Commit bd8ae11

Browse files
authored
Merge pull request #1559 from dbcli/RW/exclude-more-docs-from-ci
Exclude more documentation files from CI
2 parents c165bca + d4eb542 commit bd8ae11

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

.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
@@ -31,6 +31,7 @@ Internal
3131
* Add a GitHub Actions workflow to run Codex review on pull requests.
3232
* Remove vim-style exit sequence which had no effect.
3333
* Pin dependencies more tightly in `pyproject.toml`.
34+
* Exclude more documentation files from CI.
3435

3536

3637
1.53.0 (2026/02/12)

0 commit comments

Comments
 (0)