From 6cd3159869f7f7759054175cee6d46f44a5ec7f5 Mon Sep 17 00:00:00 2001 From: Steven Ly <6807939+orcsly@users.noreply.github.com> Date: Sun, 18 Oct 2020 09:20:02 -0700 Subject: [PATCH] DIV-1192: Update scheudler to run daily. --- .github/workflows/linkcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 948f1225..328e945a 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -2,7 +2,7 @@ name: eDivorce - Link Check on: schedule: - - cron: "*/2 * * * *" + - cron: "0 3 * * *" jobs: build: