This is an automated email from the ASF dual-hosted git repository.
piotr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/main by this push:
new 684d2e84 Add cron build
684d2e84 is described below
commit 684d2e84483624e02cb5199414b9fd0e9fa78e74
Author: spetz <[email protected]>
AuthorDate: Sun Mar 8 08:13:10 2026 +0100
Add cron build
---
.github/workflows/deploy.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index f214eaf4..9aa3813c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
push:
branches:
- main
+ schedule:
+ - cron: '0 6 * * *'
workflow_dispatch:
jobs: