ci: run the update workflow every Mon (#127)

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Co-authored-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
Co-authored-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
Jonathan Gonzalez V.
2024-12-27 11:37:33 +01:00
committed by GitHub
parent 8c8b48d6d3
commit 47d165dfe8
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ name: Automatic Updates
on:
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * 1
workflow_dispatch:
defaults:

View File

@@ -14,6 +14,8 @@ by adding the following software:
- Postgres Failover Slots
- pgvector
Currently, images are automatically rebuilt once a week (Monday).
Barman Cloud is distributed by EnterpriseDB under the
[GNU GPL 3 License](https://github.com/EnterpriseDB/barman/blob/master/LICENSE).