Skip to content

Commit

Permalink
chore: update no-response workflow to run once a day (at noon time)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftonato authored May 10, 2023
1 parent 6501f62 commit 980be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
- cron: '0 12 * * *'

jobs:
noResponse:
Expand Down

0 comments on commit 980be48

Please sign in to comment.