mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -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
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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
- cron: "0 0/3 * * *"
|
||||||
- cron: "0 1/3 * * *"
|
- cron: "0 1/3 * * *"
|
||||||
- cron: "0 2/3 * * *"
|
- cron: "0 2/3 * * *"
|
||||||
- cron: "0 3/3 * * *"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
find-version:
|
find-version:
|
||||||
|
Loading…
Reference in New Issue
Block a user