about summary refs log tree commit diff
path: root/.github/workflows/update.yaml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-08 10:44:36 -0700
committerGitHub <noreply@github.com>2022-10-08 10:44:36 -0700
commit0c251a92e64c321955b8c5b7a6533a79bc439939 (patch)
tree4ae2f8e95942d875f7c695409a036786d3f24656 /.github/workflows/update.yaml
parentci: update the actions for deploy and update (diff)
downloadfcuny.net-0c251a92e64c321955b8c5b7a6533a79bc439939.tar.gz
Update update.yaml
Fix the cron syntax.
Diffstat (limited to '')
-rw-r--r--.github/workflows/update.yaml2
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: