Skip to content

Commit fffbbb3

Browse files
Carreauianthomas23
authored andcommitted
Remove downstream_check (#1318)
1 parent db1d474 commit fffbbb3

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

0 commit comments

Comments
 (0)