👷 Lower CI pipeline schedule for testing purposes

This commit is contained in:
Jo 2025-03-26 13:21:07 +01:00
parent 96004daf1b
commit 7c225396f0

View file

@ -2,7 +2,7 @@ name: update-dependencies
on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *" # daily at 1 am EST/2 am EDT
- cron: "5 * * * *" # daily at 1 am EST/2 am EDT
jobs:
update-dependencies: