Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edb3239

Browse files
Steven Silvesterclaude
andauthored
Add tests_check job for branch protection (#255)
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
1 parent f2b2a9b commit edb3239

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,21 @@ jobs:
139139
- uses: actions/checkout@v6
140140
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
141141
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
142+
143+
tests_check: # This job does nothing and is only used for the branch protection
144+
if: always()
145+
needs:
146+
- test-linux
147+
- test-macos
148+
- test-flatpak
149+
- make_sdist
150+
- test_sdist
151+
- static
152+
- check_release
153+
- link_check
154+
runs-on: ubuntu-latest
155+
steps:
156+
- name: Decide whether the needed jobs succeeded or failed
157+
uses: re-actors/alls-green@release/v1
158+
with:
159+
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)