We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1d474 commit fffbbb3Copy full SHA for fffbbb3
.github/workflows/downstream.yml
@@ -147,20 +147,3 @@ jobs:
147
run: |
148
cd ${GITHUB_WORKSPACE}/../spyder-kernels
149
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