Skip to content

Commit

Permalink
chore: run need repro cron job check only at 3am
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Oct 10, 2024
1 parent 0d8d0f1 commit 0d1c6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/need-repro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [created]
schedule:
# Schedule every day at 00:05
- cron: '5 0 * * *'
- cron: '5 3 * * *'

jobs:
noResponse:
Expand All @@ -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.
that we can investigate further.

0 comments on commit 0d1c6e2

Please sign in to comment.