github: Fix delete cron string

This commit is contained in:
Johan Gunnarsson 2023-07-03 00:15:13 +02:00
parent 9239766a43
commit 504894dcd3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Delete packages
on:
schedule:
# Every Monday morning
- cron: "0 3 * 1 *"
- cron: "0 3 * * 1"
jobs:
update-versions: