From 4424a4ddcc5e578564f7ce1041aab8957544514d Mon Sep 17 00:00:00 2001 From: Goooler Date: Wed, 19 Nov 2025 09:04:37 +0800 Subject: [PATCH] Mark final-status depend on sanityCheck --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5d29c5bba..fce71f0812 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,7 @@ jobs: # Status check that is required in branch protection rules. final-status: needs: + - sanityCheck - build runs-on: ubuntu-latest if: always()