From 2c0eb8f3e64900d274805ce269a6a80156f292c0 Mon Sep 17 00:00:00 2001 From: ramprasathmk Date: Mon, 2 Dec 2024 14:03:41 +0545 Subject: [PATCH] chore: update workflow schedule Signed-off-by: ramprasathmk --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5cec0b6..0bc080f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -7,7 +7,7 @@ on: paths: - 'package.json' schedule: - - cron: "0 0 * * 1,4" + - cron: "0 0 * * *" jobs: publish: