feat(workflows): Update the cron timer
This commit is contained in:
parent
828e9f2e71
commit
2ebb579a90
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
name: npins update
|
||||
on:
|
||||
schedule:
|
||||
# Run at 4 o'clock every monday
|
||||
- cron: "0 4 * * 1"
|
||||
# Run at 13 o'clock every monday
|
||||
- cron: "0 13 * * 1"
|
||||
|
||||
jobs:
|
||||
npins_update:
|
||||
|
|
Loading…
Reference in a new issue