Skip to content

Commit

Permalink
Fix typo and remove double check.
Browse files Browse the repository at this point in the history
There is no need to check that all tests are passing as they all are
displayed in the github UI and required to merge.
  • Loading branch information
Carreau committed Dec 17, 2024
1 parent 56da5c4 commit 5dda6a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
2 changes: 1 addition & 1 deletion docs/user_guide/event-schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 5dda6a1

Please sign in to comment.