]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Fix test-alls-green (#15803)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 20 Jun 2026 00:45:19 +0000 (02:45 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 00:45:19 +0000 (02:45 +0200)
.github/workflows/test.yml

index 4bfec75015ecba0304443c06729c21400dce93db..d9c23cca00031ee3944817bd0875fb81c4653de5 100644 (file)
@@ -245,9 +245,10 @@ jobs:
       - run: uv run coverage report --fail-under=100
 
   # https://github.com/marketplace/actions/alls-green#why
-  check:  # This job does nothing and is only used for the branch protection
+  test-alls-green:  # This job does nothing and is only used for the branch protection
     if: always()
     needs:
+      - test
       - coverage-combine
       - benchmark
     runs-on: ubuntu-latest