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>
This commit is contained in:
parent
ab5190d6f8
commit
edf8a96d1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue_count.yml
vendored
2
.github/workflows/issue_count.yml
vendored
|
@ -2,7 +2,7 @@ name: Issue Tracker
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/10 * * * *'
|
||||
- cron: '10 1/4 * * *'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue