diff --git a/.github/workflows/update-node-archives.yml b/.github/workflows/update-node-archives.yml index 005ff1ba1..cbe0a3ef1 100644 --- a/.github/workflows/update-node-archives.yml +++ b/.github/workflows/update-node-archives.yml @@ -2,7 +2,7 @@ name: update-node-packages on: # will send emails to last editor of this cron syntax (distroless-bot) schedule: - - cron: "35 20 * * *" + - cron: "30 20 * * *" # allow this workflow to be manually run workflow_dispatch: