Skip to content

Commit b1bb014

Browse files
authored
CI: Require schema job to pass (#15504)
I'm not certain, but I do not believe it was intentional in #15000 to allow the `schema` job to fail. This adds it to the required passing list.
2 parents 1c3197b + c926123 commit b1bb014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- lockfile
2828
- resolver
2929
- rustfmt
30+
- schema
3031
- test
3132
- test_gitoxide
3233
permissions:

0 commit comments

Comments
 (0)