Skip to content

Commit 9734620

Browse files
author
Jackson Kearl
committed
Reduce frequency of classifier passes
1 parent 6a28236 commit 9734620

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deep-classifier-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Deep Classifier: Runner"
22
on:
33
schedule:
4-
- cron: 0/30 * * * *
4+
- cron: 0 * * * *
55
repository_dispatch:
66
types: [trigger-deep-classifier-runner]
77

@@ -24,7 +24,7 @@ jobs:
2424
uses: ./actions/classifier-deep/apply/fetch-sources
2525
with:
2626
# slightly overlapping to protect against issues slipping through the cracks if a run is delayed
27-
from: 40
27+
from: 70
2828
until: 5
2929
configPath: classifier
3030
blobContainerName: vscode-issue-classifier

0 commit comments

Comments
 (0)