From: Sebastián Ramírez Date: Sat, 20 Jun 2026 00:45:19 +0000 (+0200) Subject: 👷 Fix test-alls-green (#15803) X-Git-Tag: 0.138.0~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cb1ab6264bc03319832f553730b511192a0c0d3;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Fix test-alls-green (#15803) --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4bfec75015..d9c23cca00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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