Skip to content

Commit 28131c1

Browse files
authored
remove donwstream check (#413)
1 parent fa513c1 commit 28131c1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/downstream.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,3 @@ jobs:
8080
with:
8181
package_name: pytest_jupyter
8282
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

Comments
 (0)