From 5ea3a16613f2b3b282ca10c9de6dfbf29e89c31d Mon Sep 17 00:00:00 2001 From: jthor Date: Sat, 20 Sep 2025 15:44:49 -0400 Subject: [PATCH] ohhh the when was badly indented --- .woodpecker.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1240955..47aa589 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,9 +16,6 @@ steps: path: /backup commands: - tar czf /backup/obsidian-$(date +%F).tar.gz /obsidian - -# Run this pipeline on a cron schedule or on manual/push events -when: - event: [ manual, push, cron ] - # Set a valid cron schedule string (example: daily at midnight) - cron: nightly-backup \ No newline at end of file + when: + event: [ manual, push, cron ] + cron: nightly-backup