We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a0afa commit b495288Copy full SHA for b495288
.github/workflows/train-drain3-weights.yml
@@ -2,7 +2,7 @@ name: Train Log Pattern Weights
2
3
on:
4
schedule:
5
- - cron: "0 4 * * *" # Daily at 04:00 UTC
+ - cron: "17 4 * * *" # Daily at 04:00 UTC
6
workflow_dispatch:
7
8
permissions: {}
@@ -33,7 +33,7 @@ jobs:
33
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
run: |
35
mkdir -p /tmp/drain3-logs
36
- ./gh-aw logs --train --output /tmp/drain3-logs --count 50
+ ./gh-aw logs --train --output /tmp/drain3-logs --count 1000
37
38
- name: Copy trained weights to source tree
39
0 commit comments