Skip to content

Commit

Permalink
schedule hourly
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 29, 2023
1 parent af8e753 commit 1853381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1853381

Please sign in to comment.