Skip to content

Commit f0fc0c8

Browse files
Update updater.yml
1 parent 4f5e8a4 commit f0fc0c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
main
66
schedule:
7-
- cron: '*/20 * * * *'
7+
- cron: '*/120 * * * *'
88
permissions:
99
contents: write
1010
jobs:
@@ -27,4 +27,4 @@ jobs:
2727
npm ci
2828
- name: Check Build Commit
2929
run: |
30-
npm run check-for-update
30+
npm run check-for-update

0 commit comments

Comments
 (0)