Skip to content

Commit b495288

Browse files
authored
Update cron schedule and increase log count
1 parent 57a0afa commit b495288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/train-drain3-weights.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Train Log Pattern Weights
22

33
on:
44
schedule:
5-
- cron: "0 4 * * *" # Daily at 04:00 UTC
5+
- cron: "17 4 * * *" # Daily at 04:00 UTC
66
workflow_dispatch:
77

88
permissions: {}
@@ -33,7 +33,7 @@ jobs:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
run: |
3535
mkdir -p /tmp/drain3-logs
36-
./gh-aw logs --train --output /tmp/drain3-logs --count 50
36+
./gh-aw logs --train --output /tmp/drain3-logs --count 1000
3737
3838
- name: Copy trained weights to source tree
3939
run: |

0 commit comments

Comments
 (0)