Skip to content

Commit 29632ff

Browse files
authored
Add server to trainer
1 parent 36fb37c commit 29632ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/classifier-trainer.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
- cron: 0 0 5 * *
55
repository_dispatch:
66
types: [trigger_classifier_trainer]
7+
workflow_dispatch:
78

89
jobs:
910
main:
@@ -22,8 +23,8 @@ jobs:
2223
- name: "Run Classifier: Scraper"
2324
uses: ./actions/classifier/train/fetch-issues
2425
with:
25-
areas: wsl|containers|ssh
26-
assignees: aeschli|roblourens|chrmarti
26+
areas: wsl|containers|ssh|code-server
27+
assignees: aeschli|roblourens|chrmarti|connor4312
2728
- name: Set up Python 3.7
2829
uses: actions/setup-python@v1
2930
with:

0 commit comments

Comments
 (0)