chore: Fix cron job for every 12 hours

imgbot
Kieran 2023-01-06 11:50:09 +00:00
parent f000d505cc
commit 446a573e09
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Run Yarn Upgrader
on:
workflow_dispatch:
schedule:
- cron: '0 12 * * 0'
- cron: '* */12 * * *'
jobs:
build: