Slow dependency CI to weekly (#6764)

* Add labels to updatecli PRs
* Run weekly

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2023-01-18 09:39:46 -08:00
committed by GitHub
parent 2007cdd54f
commit 291f8bfe00
7 changed files with 24 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ name: "Updatecli: Dependency Management"
on:
schedule:
# Runs at 06 PM UTC
- cron: '0 18 * * *'
- cron: '0 18 * * 0'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: