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 name: npins update
on: on:
schedule: schedule:
# Run at 4 o'clock every monday # Run at 13 o'clock every monday
- cron: "0 4 * * 1" - cron: "0 13 * * 1"
jobs: jobs:
npins_update: npins_update: