fix(ga): reduce frequency to once a week
This commit is contained in:
parent
2c695b944f
commit
af23a69598
|
@ -2,7 +2,7 @@ name: Pages
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0,12 * * *"
|
||||
- cron: "0 0 * * 6"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue