From b498884023ca405ebcc91c2c734e80778d4f2a22 Mon Sep 17 00:00:00 2001 From: Fernando Hoyos Date: Wed, 20 Nov 2024 13:42:13 +0100 Subject: [PATCH] Enable the release schedule in github actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10ef79e..d5921fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Release on: - #schedule: + schedule: # Every Monday at 08:00 (UTC) - try to make sure it happens after all Kiali-related images are released - #- cron: '00 8 * * MON' + - cron: '00 8 * * MON' workflow_dispatch: inputs: release_type: