From 1b155dfbb98ee28e61bb9efd707a3abc98b16dec Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 17 May 2021 10:01:04 -0400 Subject: [PATCH] actions: publish docs every 3 hours Publish docs every 3 hours, this way fixes early in the morning are reflected online earlier and no need to wait until the next day. Signed-off-by: Anas Nashif --- .github/workflows/doc-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-publish.yml b/.github/workflows/doc-publish.yml index 84529cb8e9b..81e6f6380fe 100644 --- a/.github/workflows/doc-publish.yml +++ b/.github/workflows/doc-publish.yml @@ -6,7 +6,7 @@ name: Doc build for Release or Daily # Either a daily based on schedule/cron or only on tag push on: schedule: - - cron: '50 22,11 * * *' + - cron: '50 1/3 * * *' push: paths: - 'VERSION'