Skip to content

Commit 448682e

Browse files
authored
ci: skip the floors job on scheduled runs (#135)
1 parent be241ae commit 448682e

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
@@ -64,6 +64,7 @@ jobs:
6464
# This one resolves the bottom of each range, on every matrix entry: wheel coverage is
6565
# per interpreter, so two interpreters resolving the same versions can still disagree
6666
# on whether those versions install.
67+
if: github.event_name != 'schedule'
6768
runs-on: ubuntu-latest
6869
strategy:
6970
fail-fast: false

0 commit comments

Comments
 (0)