From 0d1c6e2c24facde878aefd2d2974f53e87adec8b Mon Sep 17 00:00:00 2001 From: "Ghislain B." Date: Thu, 10 Oct 2024 14:30:56 -0400 Subject: [PATCH] chore: run need repro cron job check only at 3am --- .github/workflows/need-repro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/need-repro.yml b/.github/workflows/need-repro.yml index 567261431..399c20195 100644 --- a/.github/workflows/need-repro.yml +++ b/.github/workflows/need-repro.yml @@ -8,7 +8,7 @@ on: types: [created] schedule: # Schedule every day at 00:05 - - cron: '5 0 * * *' + - cron: '5 3 * * *' jobs: noResponse: @@ -28,4 +28,4 @@ jobs: to our request for code to reproduce the original error by the original author. With only the information that is currently in the issue, we don't have the means to take action. Please reach out if you have or find the answers we need so - that we can investigate further. \ No newline at end of file + that we can investigate further.