Skip to content

Commit 51c9008

Browse files
KaibaLopezgraebm
andauthored
Update stale-issue.yml (#55)
cron syntax fix Co-authored-by: Michael Graeb <[email protected]>
1 parent 9a4873a commit 51c9008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Close stale issues"
33
# Controls when the action will run.
44
on:
55
schedule:
6-
- cron: "/30 * * * *"
6+
- cron: "*/30 * * * *"
77

88
jobs:
99
cleanup:

0 commit comments

Comments
 (0)