Skip to content

Commit

Permalink
decrease deep classifier run frequency
Browse files Browse the repository at this point in the history
to reduce bandwidth
  • Loading branch information
Jackson Kearl authored Aug 10, 2020
1 parent 7819af2 commit 62d2d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deep-classifier-runner.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Deep Classifier: Runner"
on:
schedule:
- cron: 0/30 * * * *
- cron: 0 * * * *
repository_dispatch:
types: [trigger-deep-classifier-runner]

Expand All @@ -24,7 +24,7 @@ jobs:
uses: ./actions/classifier-deep/apply/fetch-sources
with:
# slightly overlapping to protect against issues slipping through the cracks if a run is delayed
from: 40
from: 80
until: 5
configPath: classifier
blobContainerName: vscode-issue-classifier
Expand Down

0 comments on commit 62d2d60

Please sign in to comment.