diff options
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 303d09c09..2290f56aa 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -2,7 +2,7 @@ name: Update lockfile on: schedule: - - cron: "30 6 * * *" + - cron: "30 6 * * 6" workflow_dispatch: jobs: |
