diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-08 10:44:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 10:44:36 -0700 |
commit | 0c251a92e64c321955b8c5b7a6533a79bc439939 (patch) | |
tree | 4ae2f8e95942d875f7c695409a036786d3f24656 | |
parent | ci: update the actions for deploy and update (diff) | |
download | fcuny.net-0c251a92e64c321955b8c5b7a6533a79bc439939.tar.gz |
Update update.yaml
Fix the cron syntax.
-rw-r--r-- | .github/workflows/update.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index e1f699a..86bfd42 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -2,7 +2,7 @@ name: update-flake-lock on: workflow_dispatch: schedule: - - cron: '30 5 * * 7' + - cron: '30 5 * * 0' jobs: update-flake-lock: |