From 5d4582b8f4f7208d3d0b91b76c47bbe6ef95800e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Benito=20Calzada?= Date: Tue, 8 Nov 2022 17:21:36 +0100 Subject: [PATCH] Run GHA's Full Integration Pipeline on schedule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jesús Benito Calzada --- .github/workflows/kubeapps-full-integration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/kubeapps-full-integration.yaml b/.github/workflows/kubeapps-full-integration.yaml index 52da8126d5c..d73f4e7a12a 100644 --- a/.github/workflows/kubeapps-full-integration.yaml +++ b/.github/workflows/kubeapps-full-integration.yaml @@ -6,6 +6,9 @@ name: Full Integration Pipeline on: workflow_dispatch: + schedule: + # At 04:00 on Monday, Wednesday, and Saturday. + - cron: "0 4 * * 1,3,6" concurrency: group: ${{ github.head_ref || github.ref_name }}_full