From 373bfe70a0ce9c689a0b40eb4ac130c2bf8efdb9 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:38:41 +0100 Subject: [PATCH] Change Doctests CI launch time (#20523) Co-authored-by: ydshieh --- .github/workflows/doctests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doctests.yml b/.github/workflows/doctests.yml index 9fc74e2e6cf..000c13e9735 100644 --- a/.github/workflows/doctests.yml +++ b/.github/workflows/doctests.yml @@ -6,7 +6,7 @@ on: - doctest* repository_dispatch: schedule: - - cron: "0 0 * * *" + - cron: "0 2 * * *" env: