From d077ad673a080a22c9e8e9302079993a98b2e057 Mon Sep 17 00:00:00 2001 From: Thomas Chataigner Date: Mon, 24 Jun 2024 13:19:00 +0200 Subject: [PATCH] fix: action cron no year Signed-off-by: Thomas Chataigner --- .github/workflows/switch-license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/switch-license.yml b/.github/workflows/switch-license.yml index d78dba01..0600f158 100644 --- a/.github/workflows/switch-license.yml +++ b/.github/workflows/switch-license.yml @@ -1,7 +1,7 @@ name: License Switch April 23rd, 2025 on: schedule: - - cron: '0 0 23 4 2025' + - cron: '0 0 23 4 *' jobs: release: