diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-05 17:48:21 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-05 17:48:21 -0400 |
| commit | 27bf5543d7d29a3b857068b5bb4b4993fc9c030a (patch) | |
| tree | 08db874d1645ff0f6faa6cb2be8cb2917e1d52df /.github/workflows | |
| parent | b7ff730cc0225297f5cd8f854972a372a27e2e28 (diff) | |
Run the nightly release once a week
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 373b83e..cbbf4a1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -3,7 +3,7 @@ name: nightly on: workflow_dispatch: schedule: - - cron: 0 2 * * * + - cron: 0 2 * * 0 jobs: dist-arm64-darwin: |