Skip to content

Commit ccb9642

Browse files
committed
restore tests_check to unblock branch protection
1 parent d4fbcdb commit ccb9642

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,20 @@ jobs:
173173
- uses: jupyterlab/maintainer-tools/.github/actions/test-sdist@v1
174174
with:
175175
test_command: pytest -vv
176+
177+
tests_check: # This job does nothing and is only used for the branch protection
178+
if: always()
179+
needs:
180+
- coverage
181+
- docs
182+
- lint
183+
- check_links
184+
- test_minimum_verisons
185+
- test_prereleases
186+
- test_sdist
187+
runs-on: ubuntu-latest
188+
steps:
189+
- name: Decide whether the needed jobs succeeded or failed
190+
uses: re-actors/alls-green@release/v1
191+
with:
192+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)