Skip to content

Commit

Permalink
Temporarily comment out running bin/test-no-uncommitted-doc-changes i…
Browse files Browse the repository at this point in the history
…n CI.

See #1214 (comment)
  • Loading branch information
mauritsvanrees committed Sep 2, 2021
1 parent def2340 commit 6b265ff
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@ jobs:
run: bin/test

# test no uncommited changes
- name: test no uncommited changes
run: bin/test-no-uncommitted-doc-changes
env:
PYTHON_VERSION: ${{ matrix.python-version }}
PLONE_VERSION: ${{ matrix.plone-version }}
# TODO Temporarily commented out.
# See https://github.com/plone/plone.restapi/pull/1214#issuecomment-911902998
# Ping Maurits if you still see this within a few days.
# - name: test no uncommited changes
# run: bin/test-no-uncommitted-doc-changes
# env:
# PYTHON_VERSION: ${{ matrix.python-version }}
# PLONE_VERSION: ${{ matrix.plone-version }}

# test sphinx warnings
- name: sphinx
Expand Down

0 comments on commit 6b265ff

Please sign in to comment.