From 5dda6a15daeccecb4a7c763e5d2bb3370e17ddf1 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 17 Dec 2024 13:17:04 +0100 Subject: [PATCH] Fix typo and remove double check. There is no need to check that all tests are passing as they all are displayed in the github UI and required to merge. --- .github/workflows/python-tests.yml | 19 ------------------- docs/user_guide/event-schemas.md | 2 +- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 1de3ca6..6f0292a 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -155,22 +155,3 @@ jobs: with: version_spec: 100.100.100 token: ${{ secrets.GITHUB_TOKEN }} - - tests_check: # This job does nothing and is only used for the branch protection - if: always() - needs: - - coverage - - docs - - test_lint - - check_release - - test_minimum_versions - - test_prereleases - - jupyter_server_downstream - - test_sdist - - check_links - 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) }} diff --git a/docs/user_guide/event-schemas.md b/docs/user_guide/event-schemas.md index 7334534..44f282e 100644 --- a/docs/user_guide/event-schemas.md +++ b/docs/user_guide/event-schemas.md @@ -38,7 +38,7 @@ print(logger.schemas) Validator class: Draft7Validator Schema: { "$id": "myapplication.org/example-event", - ""version": 1", + "version": "1", "title": "Example Event", "description": "An interesting event to collect", "properties": {