Skip to content

Commit

Permalink
Update job to run only once a day
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed Nov 7, 2024
1 parent f01e890 commit e2ca9a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
# Run every day at 9am (UTC time)
- cron: '0 9 * * *'

jobs:
noResponse:
Expand Down

0 comments on commit e2ca9a7

Please sign in to comment.