Skip to content

Commit edf8a96

Browse files
committed
ci: issue_count: reduce frequency
Reduce frequency of counting issues. The output of this workflow is legacy and published externally, so we should re-consider keeping this or do things a bit differently. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent ab5190d commit edf8a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue_count.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Issue Tracker
22

33
on:
44
schedule:
5-
- cron: '*/10 * * * *'
5+
- cron: '10 1/4 * * *'
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)