ci: fix cron tab mismatch

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-16 16:05:59 +01:00
parent a3035167b6
commit d39cf1cd6e

View File

@ -3,9 +3,9 @@ name: Purge old images from main branch
on:
workflow_dispatch:
schedule:
- cron: "0 0/3 * * *"
- cron: "0 1/3 * * *"
- cron: "0 2/3 * * *"
- cron: "0 3/3 * * *"
jobs:
find-version: