Skip to content

Commit

Permalink
Run weekly tests on nightly wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed May 25, 2023
1 parent 2cc5988 commit 3892390
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron_weekly.yml
@@ -1,8 +1,9 @@
# Workflow to build and test against nightly wheels
name: Test Nightly
name: Nightly

on:
[push]
#
# schedule:
# # run every Monday at 4am UTC
# - cron: "0 4 * * 1"
Expand All @@ -11,7 +12,7 @@ permissions:
contents: read

jobs:
linux-${{ matrix.python-version }}:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 3892390

Please sign in to comment.