From 7ccddcd97e2ae11ea7db1ebd63661040916c6f31 Mon Sep 17 00:00:00 2001 From: technote-space Date: Fri, 22 Jan 2021 03:32:31 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflows/broken-link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index 8fc495fe..c98032da 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: 0 0 1 * * + - cron: 31 7 24 * * repository_dispatch: types: [check-link] workflow_dispatch: