Skip to content

Commit a31a740

Browse files
authored
Update ignored links pattern in build workflow
1 parent b45653f commit a31a740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
175175
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
176176
with:
177-
ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/the-big-split-9d7b88a031a7 https://blog.jupyter.org/jupyter-ascending-1bf5b362d97e https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com https://github.com/[^/]+/?$'
177+
ignore_links: 'https://playwright.dev/docs/test-cli/ https://blog.jupyter.org/.* https://mybinder.org/v2/gh/jupyter/notebook/main https://nbviewer.jupyter.org https://stackoverflow.com https://github.com/[^/]+/?$'
178178
ignore_glob: 'ui-tests/test/notebooks/*'
179179

180180
test_lint:

0 commit comments

Comments
 (0)