From de8b054ec651e4cf78bef6a28811ea18b96769f7 Mon Sep 17 00:00:00 2001 From: Wabri <12409541+Wabri@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:59:19 +0100 Subject: [PATCH] feat(action): update schedule with 1,15 of month the check update dependencies will run on the first and the 15th day of the month --- .github/workflows/check_outdated_dependencies.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_outdated_dependencies.yml b/.github/workflows/check_outdated_dependencies.yml index 63ff6471c..5a3c78e7d 100644 --- a/.github/workflows/check_outdated_dependencies.yml +++ b/.github/workflows/check_outdated_dependencies.yml @@ -2,7 +2,11 @@ name: Check outdated dependencies -on: workflow_dispatch +on: + schedule: + - cron: '0 7 1,15 * *' + + workflow_dispatch: jobs: check_outdate_dependencies: