From b6b95966402cbfae9fa149e56a289fdbacfa9d13 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Fri, 25 Sep 2026 18:45:21 +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 028984f..9eae5c6 100644 --- a/.github/workflows/_checks.yml +++ b/.github/workflows/_checks.yml @@ -42,6 +42,7 @@ jobs: # compiling an sdist is not a floor a user of one can install. # 3.14t is out: no PyYAML release ships a cp314t wheel, so that job would measure # upstream's gap rather than this repo's floor. + if: github.event_name != 'schedule' runs-on: ubuntu-latest strategy: fail-fast: false