.github/workflows: Update versions schedule to run each Monday
This commit is contained in:
2
.github/workflows/versions.yaml
vendored
2
.github/workflows/versions.yaml
vendored
@@ -2,7 +2,7 @@ name: Upgrade to latest versions
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '37 13 * * *'
|
||||
- cron: '37 13 * * 1'
|
||||
jobs:
|
||||
versions:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user