We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a28236 commit 9734620Copy full SHA for 9734620
1 file changed
.github/workflows/deep-classifier-runner.yml
@@ -1,7 +1,7 @@
1
name: "Deep Classifier: Runner"
2
on:
3
schedule:
4
- - cron: 0/30 * * * *
+ - cron: 0 * * * *
5
repository_dispatch:
6
types: [trigger-deep-classifier-runner]
7
@@ -24,7 +24,7 @@ jobs:
24
uses: ./actions/classifier-deep/apply/fetch-sources
25
with:
26
# slightly overlapping to protect against issues slipping through the cracks if a run is delayed
27
- from: 40
+ from: 70
28
until: 5
29
configPath: classifier
30
blobContainerName: vscode-issue-classifier
0 commit comments