Skip to content

Commit 55249c4

Browse files
authored
Check for updates every three days
1 parent 44de110 commit 55249c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
schedule:
5-
- cron: '0 8 * * *'
5+
- cron: '0 8 */3 * *'
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)