fix(ga): reduce frequency to once a week

This commit is contained in:
Ming Di Leom 2022-01-21 14:00:19 +00:00
parent 2c695b944f
commit af23a69598
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Pages
on:
schedule:
- cron: "0 0,12 * * *"
- cron: "0 0 * * 6"
workflow_dispatch:
jobs: