Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c879a29

Browse files
authoredApr 2, 2024
feat: run sync-awf-latest every one hour (#1219)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent c608bbf commit c879a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/sync-awf-latest.yaml

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

33
on:
44
schedule:
5-
- cron: 0 15 * * *
5+
- cron: 50 */1 * * * # every 1 hour (**:50)
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.