From 8e96f51b802eb1e047ddd97e74582e71a45f8107 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:23:37 -0700 Subject: [PATCH] chore: deploy-pages.yml should not run every minute @laurentsenta @lidel --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 528b359c8..4fdf7d9b1 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -6,7 +6,7 @@ on: branches: - main schedule: - - cron: "* */1 * * *" # every one hour + - cron: "1 * * * *" # every one hour permissions: contents: read