Skip to content

Commit 1853381

Browse files
committed
schedule hourly
1 parent af8e753 commit 1853381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22

33
on:
44
schedule:
5-
- cron: '*/10 * * * *' # schedule nightly build daily at midnight UTC
5+
- cron: '0 * * * *' # schedule nightly build daily at midnight UTC
66
# 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.
77
create:
88
tags:

0 commit comments

Comments
 (0)