mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-05-13 06:59:48 +02:00
👷 Lower CI pipeline schedule for testing purposes
This commit is contained in:
parent
96004daf1b
commit
7c225396f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-dependencies.yml
vendored
2
.github/workflows/update-dependencies.yml
vendored
|
@ -2,7 +2,7 @@ name: update-dependencies
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 6 * * *" # daily at 1 am EST/2 am EDT
|
- cron: "5 * * * *" # daily at 1 am EST/2 am EDT
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-dependencies:
|
update-dependencies:
|
||||||
|
|
Loading…
Add table
Reference in a new issue