diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-08-16 18:18:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 18:18:56 (GMT) |
commit | 0d7f5d3ba3641f8c7d32facbb177bf70ee7520d1 (patch) | |
tree | be8f8d9f58c2f3665b283349df4a522dc845bc39 /.github/workflows | |
parent | c2941cba7a986e6158eebb2a0bf33906dcd78616 (diff) | |
download | cpython-0d7f5d3ba3641f8c7d32facbb177bf70ee7520d1.zip cpython-0d7f5d3ba3641f8c7d32facbb177bf70ee7520d1.tar.gz cpython-0d7f5d3ba3641f8c7d32facbb177bf70ee7520d1.tar.bz2 |
Remove Sphinx problem matcher to avoid annotating unchanged files (#108005)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/reusable-docs.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 56932c4..39e5ad6 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -18,8 +18,6 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v3 - - name: Register Sphinx problem matcher - run: echo "::add-matcher::.github/problem-matchers/sphinx.json" - name: 'Set up Python' uses: actions/setup-python@v4 with: @@ -76,8 +74,6 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v3 - - name: Register Sphinx problem matcher - run: echo "::add-matcher::.github/problem-matchers/sphinx.json" - uses: actions/cache@v3 with: path: ~/.cache/pip |