From c9261238cf71026f1b3b6b5a7cb154cce4e308f9 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 7 May 2025 12:39:52 -0700 Subject: [PATCH] CI: Require schema job to pass I'm not certain, but I do not believe it was intentional in https://github.com/rust-lang/cargo/pull/15000 to allow the `schema` job to fail. This adds it to the required passing list. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8af786f99d2..533eee7d8ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,7 @@ jobs: - lockfile - resolver - rustfmt + - schema - test - test_gitoxide permissions: