From f42f3601e788cce6b385819e43cad797d08deaf0 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Fri, 25 Sep 2026 18:46:31 +0300 Subject: [PATCH] ci: skip the floors job on scheduled runs --- .github/workflows/_checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_checks.yml b/.github/workflows/_checks.yml index 3800af6..be9edf7 100644 --- a/.github/workflows/_checks.yml +++ b/.github/workflows/_checks.yml @@ -48,6 +48,7 @@ jobs: # This one resolves the bottom of each range, on every matrix entry: 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