File tree 2 files changed +1
-20
lines changed
2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -155,22 +155,3 @@ jobs:
155
155
with :
156
156
version_spec : 100.100.100
157
157
token : ${{ secrets.GITHUB_TOKEN }}
158
-
159
- tests_check : # This job does nothing and is only used for the branch protection
160
- if : always()
161
- needs :
162
- - coverage
163
- - docs
164
- - test_lint
165
- - check_release
166
- - test_minimum_versions
167
- - test_prereleases
168
- - jupyter_server_downstream
169
- - test_sdist
170
- - check_links
171
- runs-on : ubuntu-latest
172
- steps :
173
- - name : Decide whether the needed jobs succeeded or failed
174
- uses : re-actors/alls-green@release/v1
175
- with :
176
- jobs : ${{ toJSON(needs) }}
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ print(logger.schemas)
38
38
Validator class: Draft7Validator
39
39
Schema: {
40
40
"$id": "myapplication.org/example-event",
41
- "" version": 1",
41
+ "version": " 1",
42
42
"title": "Example Event",
43
43
"description": "An interesting event to collect",
44
44
"properties": {
You can’t perform that action at this time.
0 commit comments