From 1853381e95a20ed0c90e62340b02b75e6a6bc9bc Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Fri, 29 Dec 2023 14:30:45 +0800 Subject: [PATCH] schedule hourly --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b426b11..5d7b3bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: release on: schedule: - - cron: '*/10 * * * *' # schedule nightly build daily at midnight UTC + - cron: '0 * * * *' # schedule nightly build daily at midnight UTC # The "create tags" trigger is specifically focused on the creation of new tags, while the "push tags" trigger is activated when tags are pushed, including both new tag creations and updates to existing tags. create: tags: