Edit frequency of update

This commit is contained in:
LucasVbr
2022-06-06 11:24:26 +02:00
parent e9fbf7a31c
commit e8cfcee981
5 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '0 0 * * *' # runs at 12:00 UTC everyday
- cron: '0 */3 * * *' # runs every 3hours
jobs:
build: