.github/workflows: Update versions schedule to run each Monday

This commit is contained in:
fpetkovski 2021-06-25 11:33:10 +02:00
parent 2c5c20cfff
commit 321fa1391c

View File

@ -2,7 +2,7 @@ name: Upgrade to latest versions
on:
schedule:
- cron: '37 13 * * *'
- cron: '37 13 * * 1'
jobs:
versions:
runs-on: ubuntu-latest