Merge pull request #1227 from fpetkovski/change-versions-update-schedule

.github/workflows: Update versions schedule to run each Monday
This commit is contained in:
Paweł Krupa
2021-06-25 13:23:09 +02:00
committed by GitHub

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