Skip to content

Commit 521549a

Browse files
authored
Remove downstream_check (#1318)
1 parent 3867c33 commit 521549a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/downstream.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -148,20 +148,3 @@ jobs:
148148
run: |
149149
cd ${GITHUB_WORKSPACE}/../spyder-kernels
150150
xvfb-run --auto-servernum ${pythonLocation}/bin/python -m pytest -x -vv -s --full-trace --color=yes spyder_kernels
151-
152-
downstream_check: # This job does nothing and is only used for the branch protection
153-
if: always()
154-
needs:
155-
- nbclient
156-
- ipywidgets
157-
- jupyter_client
158-
- ipyparallel
159-
- jupyter_kernel_test
160-
- spyder_kernels
161-
- qtconsole
162-
runs-on: ubuntu-latest
163-
steps:
164-
- name: Decide whether the needed jobs succeeded or failed
165-
uses: re-actors/alls-green@release/v1
166-
with:
167-
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)