We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a2c073 + 3667924 commit 933167fCopy full SHA for 933167f
1 file changed
.github/workflows/check-models.yml
@@ -4,7 +4,9 @@ on:
4
workflow_dispatch:
5
push:
6
paths:
7
- - .github/workflows/check-models.yml
+ - .github/workflows/check-models.yml
8
+ - .github/scripts/scrape-models.sh
9
+
10
schedule:
11
- cron: '11 17 * * 1' # Run every Monday at 5:11 PM UTC
12
0 commit comments