feat(workflows): Update the cron timer

This commit is contained in:
Tom Hubrecht 2023-12-11 12:48:41 +01:00
parent 828e9f2e71
commit 2ebb579a90

View file

@ -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: