Change dependency update time

This commit is contained in:
monosans
2024-08-22 12:16:32 +03:00
parent cc562664fa
commit c3fa9498d3
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Update dependencies
on:
workflow_dispatch:
schedule:
- cron: 30 1 * * *
- cron: 30 0 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true