From 60d179bda970b6af04c3ed1871bee039e6420258 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Thu, 3 Sep 2026 11:11:30 +0200 Subject: [PATCH] Remove downstream checks, which is just noise --- .github/workflows/downstream.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 2000af76..a2969c49 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -58,18 +58,3 @@ jobs: with: package_name: notebook test_command: pytest -vv --ignore-glob=notebook/tests/selenium/* --ignore-glob=notebook/nbconvert/tests/* --ignore-glob=notebook/services/nbconvert/tests/* - - downstream_check: # This job does nothing and is only used for the branch protection - if: always() - needs: - - notebook - - ipywidgets - - jupyter_server - - nbconvert - - ipython - runs-on: ubuntu-latest - steps: - - name: Decide whether the needed jobs succeeded or failed - uses: re-actors/alls-green@release/v1 - with: - jobs: ${{ toJSON(needs) }}