Skip to content

Commit fa3e23f

Browse files
authored
Remove test_check job (#1335)
1 parent 9460e42 commit fa3e23f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -205,22 +205,3 @@ jobs:
205205
- uses: actions/checkout@v4
206206
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
207207
- 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

Comments
 (0)