Browse Source

👷 Fix test-alls-green (#15803)

pull/15806/head
Sebastián Ramírez 2 weeks ago
committed by GitHub
parent
commit
7cb1ab6264
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/test.yml

3
.github/workflows/test.yml

@ -245,9 +245,10 @@ jobs:
- run: uv run coverage report --fail-under=100 - run: uv run coverage report --fail-under=100
# https://github.com/marketplace/actions/alls-green#why # 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() if: always()
needs: needs:
- test
- coverage-combine - coverage-combine
- benchmark - benchmark
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save