Skip to content

Commit 216550b

Browse files
committed
fix links
1 parent 39777ac commit 216550b

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,3 @@ jobs:
179179
steps:
180180
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
181181
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
182-
183-
tests_check: # This job does nothing and is only used for the branch protection
184-
if: always()
185-
needs:
186-
- coverage
187-
- test_lint
188-
- test_minimum_versions
189-
- test_prereleases
190-
- check_links
191-
- check_release
192-
- test_sdist
193-
runs-on: ubuntu-latest
194-
steps:
195-
- name: Decide whether the needed jobs succeeded or failed
196-
uses: re-actors/alls-green@release/v1
197-
with:
198-
jobs: ${{ toJSON(needs) }}

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ You can find more information on the Jupyter website. https://jupyter.org/securi
77

88
## Tidelift
99

10-
You can report security concerns for IPython via the [Tidelift platform](https://tidelift.com/security).
10+
You can report security concerns for IPython via the [Tidelift platform](https://tidelift.com).

0 commit comments

Comments
 (0)