From b58f9dc8d41b5a4563f7d2fa05073265dcb8cbaa Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Mon, 2 Nov 2020 14:03:50 +0100 Subject: [PATCH] lock bot only checks once a week All old issues have been processed. Reduce resources used now for upcoming checks --- .github/workflows/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 875e30ab0..46bd134d1 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -3,7 +3,7 @@ name: 'Lock threads' on: schedule: - - cron: '0 * * * *' + - cron: '0 3 * * 1' jobs: lock: