Skip to content

Commit

Permalink
run no-response workflow once a day only
Browse files Browse the repository at this point in the history
avoids some API ratelimit
  • Loading branch information
ardera authored Mar 27, 2024
1 parent 783db32 commit 75a98de
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 @@ -7,7 +7,7 @@ on:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'
- cron: '0 0 * * *'

# By specifying the access of one of the scopes, all of those that are not
# specified are set to 'none'.
Expand Down

0 comments on commit 75a98de

Please sign in to comment.