We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa513c1 commit 28131c1Copy full SHA for 28131c1
.github/workflows/downstream.yml
@@ -80,19 +80,3 @@ jobs:
80
with:
81
package_name: pytest_jupyter
82
package_spec: pip install -e ".[test,client,server]"
83
-
84
- downstreams_check: # This job does nothing and is only used for the branch protection
85
- if: always()
86
- needs:
87
- - ipykernel
88
- - nbclient
89
- - nbconvert
90
- - jupyter_server
91
- - jupyter_client
92
- - pytest_jupyter
93
- runs-on: ubuntu-latest
94
- steps:
95
- - name: Decide whether the needed jobs succeeded or failed
96
- uses: re-actors/alls-green@release/v1
97
- with:
98
- jobs: ${{ toJSON(needs) }}
0 commit comments