Skip to content

Commit

Permalink
add check job
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 4, 2023
1 parent 62bb187 commit 66eaa11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,17 @@ jobs:
- uses: actions/checkout@v3
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1

check: # This job does nothing and is only used for the branch protection
if: always()
needs:
- check_links
- check_release
- test_lint
- build
runs-on: ubuntu-latest
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 66eaa11

Please sign in to comment.