Skip to content

Commit 19e6b28

Browse files
authored
ci: skip the floors job on scheduled runs (#138)
1 parent e3aafef commit 19e6b28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎.github/workflows/_checks.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
# compiling an sdist is not a floor a user of one can install.
4343
# 3.14t is out: no PyYAML release ships a cp314t wheel, so that job would measure
4444
# upstream's gap rather than this repo's floor.
45+
if: github.event_name != 'schedule'
4546
runs-on: ubuntu-latest
4647
strategy:
4748
fail-fast: false

0 commit comments

Comments
 (0)