mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-02 05:02:35 -04:00
ci: fix cron tab mismatch
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
a3035167b6
commit
d39cf1cd6e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/purge-main.yml
vendored
2
.github/workflows/purge-main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue