Skip to content

Commit

Permalink
Fix ignore github links (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Oct 24, 2024
1 parent 2475dd3 commit b5fb978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,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://github.com/[^/]+/?$ 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
Expand Down

0 comments on commit b5fb978

Please sign in to comment.