diff options
author | mattip <matti.picus@gmail.com> | 2022-01-30 12:49:33 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-01-30 12:49:33 +0200 |
commit | 127a09f7478740e61d99899baceb249f226ac300 (patch) | |
tree | 16efea696a6c8459dea3d0624f89870ec6d9998d | |
parent | 873a9a92e5d49148291b8bda58a82f391ea8fabe (diff) | |
download | numpy-127a09f7478740e61d99899baceb249f226ac300.tar.gz |
BUILD: schedule weekly builds for Wed
-rw-r--r-- | .github/workflows/wheels.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6386004d7..384b8f6db 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -10,8 +10,13 @@ name: Wheel builder on: schedule: - # Nightly build at 1:42 UTC - - cron: "42 1 * * *" + # ┌───────────── minute (0 - 59) + # │ ┌───────────── hour (0 - 23) + # │ │ ┌───────────── day of the month (1 - 31) + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + # │ │ │ │ │ + - cron: "42 1 * * 4" push: pull_request: workflow_dispatch: |