Skip to content

Commit 4fda3ec

Browse files
authored
chore: disable the automatic model update (#341)
1 parent a904a54 commit 4fda3ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/model-updater.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Model updater
22

33
on:
44
# Triggers the workflow every month
5-
schedule:
6-
- cron: "0 0 1 * *"
5+
# schedule:
6+
# - cron: "0 0 1 * *"
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)