We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9460e42 commit fa3e23fCopy full SHA for fa3e23f
.github/workflows/ci.yml
@@ -205,22 +205,3 @@ jobs:
205
- uses: actions/checkout@v4
206
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
207
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
208
-
209
- tests_check: # This job does nothing and is only used for the branch protection
210
- if: always()
211
- needs:
212
- - coverage
213
- - test_docs
214
- - test_without_debugpy
215
- - test_miniumum_versions
216
- - test_lint
217
- - test_prereleases
218
- - check_release
219
- - link_check
220
- - test_sdist
221
- runs-on: ubuntu-latest
222
- steps:
223
- - name: Decide whether the needed jobs succeeded or failed
224
- uses: re-actors/alls-green@release/v1
225
- with:
226
- jobs: ${{ toJSON(needs) }}
0 commit comments