From 3a5950d20b50a06947aa36bb8c5a8e7a46f3504d Mon Sep 17 00:00:00 2001 From: Robert Wilkins III <1147229+genome21@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:37:29 -0500 Subject: [PATCH] Update update_devcontainer.yml Signed-off-by: Robert Wilkins III <1147229+genome21@users.noreply.github.com> --- .github/workflows/update_devcontainer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_devcontainer.yml b/.github/workflows/update_devcontainer.yml index e9a0e64..39303f5 100644 --- a/.github/workflows/update_devcontainer.yml +++ b/.github/workflows/update_devcontainer.yml @@ -2,7 +2,7 @@ name: Update devcontainer.json on: schedule: - - cron: '0 0 * * *' # Run daily at midnight + - cron: '0 0 1 * *' # Run at midnight on the first day of every month workflow_dispatch: inputs: logLevel: