From 2b31af2510affc62d217af6cfc6119ad577f0caf Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Fri, 25 Sep 2026 18:46:37 +0300 Subject: [PATCH] ci: rename the lowest job to floors and skip it on scheduled runs --- .github/workflows/_checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_checks.yml b/.github/workflows/_checks.yml index ef9913e..4bbbf35 100644 --- a/.github/workflows/_checks.yml +++ b/.github/workflows/_checks.yml @@ -43,12 +43,13 @@ jobs: run: uv run --no-sync python -c "import sys, modern_di_faststream; assert not sys._is_gil_enabled(), 'GIL is enabled on a t-build'" - run: just test-ci - lowest: + floors: # The declared floors are part of what we ship, and nothing else in CI installs # them: `pytest` and `scheduled` both resolve highest. This leg resolves the lower # bound instead, on every supported interpreter: a floor's wheel coverage is # per-interpreter, so two interpreters resolving the same versions can still # disagree on whether those versions install. + if: github.event_name != 'schedule' runs-on: ubuntu-latest strategy: fail-fast: false