diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea5bc36b..b57998ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -258,7 +258,7 @@ jobs: - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1 with: - ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*" + ignore_links: "../api/*.* ./api/* .*/images/[\\w-]+.png https://docs.github.com/en/.* https://github.com/[^/]+/?$ https://mybinder.org/v2/gh/jupyterlab/jupyter_collaboration/.*" ui_tests: runs-on: ubuntu-latest