Skip to content

Commit 0d7f5d3

Browse files
authored
Remove Sphinx problem matcher to avoid annotating unchanged files (#108005)
1 parent c2941cb commit 0d7f5d3

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

.github/problem-matchers/sphinx.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/reusable-docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
timeout-minutes: 60
1919
steps:
2020
- uses: actions/checkout@v3
21-
- name: Register Sphinx problem matcher
22-
run: echo "::add-matcher::.github/problem-matchers/sphinx.json"
2321
- name: 'Set up Python'
2422
uses: actions/setup-python@v4
2523
with:
@@ -76,8 +74,6 @@ jobs:
7674
timeout-minutes: 60
7775
steps:
7876
- uses: actions/checkout@v3
79-
- name: Register Sphinx problem matcher
80-
run: echo "::add-matcher::.github/problem-matchers/sphinx.json"
8177
- uses: actions/cache@v3
8278
with:
8379
path: ~/.cache/pip

0 commit comments

Comments
 (0)