Skip to content

Commit a0409c8

Browse files
authored
Merge pull request #990 from cclauss/patch-2
GitHub Actions: Fix No Response cron job to run just once per day
2 parents 9105c92 + 17f0a81 commit a0409c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/no-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [created]
88
schedule:
99
# Schedule for an arbitrary time (5am) once every day
10-
- cron: '* 5 * * *'
10+
- cron: '0 5 * * *'
1111

1212
jobs:
1313
noResponse:

0 commit comments

Comments
 (0)