From 8e912b34ef078556edd6e7fd41ccef85122597a0 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 25 Jul 2023 12:05:54 +0800 Subject: [PATCH] ci: make check as a weekly task --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e82cc715..8d01a175 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -6,7 +6,7 @@ on: - master - develop schedule: - - cron: '30 11 * * *' # At 11:30 everyday. + - cron: '5 10 * * 4' # At 10:05 on Thursday. jobs: check-outputs: runs-on: ubuntu-latest