mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Fix schedule in update dependencies workflow
This commit is contained in:
parent
9b7baa6b77
commit
f077003845
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-dependencies.yaml
vendored
2
.github/workflows/update-dependencies.yaml
vendored
|
@ -3,7 +3,7 @@ name: Test
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- cron: '0 18 * * TUE'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue