From 980be480a7d8cffd2bee0f6779fe7202866ce90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adem=C3=ADlson=20F=2E=20Tonato?= Date: Wed, 10 May 2023 18:30:48 +0100 Subject: [PATCH] chore: update no-response workflow to run once a day (at noon time) --- .github/workflows/no-response.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 4ba91c7..7b49676 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -5,7 +5,7 @@ on: types: [created] schedule: # Schedule for five minutes after the hour, every hour - - cron: '5 * * * *' + - cron: '0 12 * * *' jobs: noResponse: