From 1762464f99ffbb939412035762ce0d9a3a3da1c4 Mon Sep 17 00:00:00 2001 From: Fernando Hoyos <122779323+ferhoyos@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:41:03 +0100 Subject: [PATCH] Enable the release schedule in github actions (#850) --- .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 8c29a234..df4d134f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Release on: - #schedule: + schedule: # Every Monday at 07:00 (UTC) - #- cron: '00 7 * * MON' + - cron: '00 7 * * MON' workflow_dispatch: inputs: release_type: