Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Aug 10, 2023
1 parent f41545a commit 5a6e87f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ name: Wheel builder

on:
schedule:
# :40 every hour
- cron: "40 * * * *"
# Every 15 minutes
- cron: "*/15 * * * *"
push:
pull_request:
types: [labeled, opened, synchronize, reopened]
Expand Down Expand Up @@ -137,8 +137,6 @@ jobs:
run: echo "sdist_name=$(ls ./dist)" >> "$GITHUB_ENV"

# Work around for https://github.com/actions/runner-images/issues/2619?
# Empty disk and memory cache
# Again for good luck :)
- name: Sleep on macOS (prevent missing files in the tarball)
if: ${{ matrix.buildplat[1] == 'macosx_*' }}
run: |
Expand Down

0 comments on commit 5a6e87f

Please sign in to comment.