ci: fixing fine-tuning
This commit is contained in:
2
.github/workflows/edge.yaml
vendored
2
.github/workflows/edge.yaml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
publish-docs:
|
||||
name: Publish edge documentation
|
||||
needs: [build-and-push, changes]
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.docs == 'true' }}
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
@@ -53,7 +53,7 @@ config:
|
||||
|
||||
### Evaluating a ruleset
|
||||
|
||||
You can also evaluate a ruleset against a specific movie, using the following URL:
|
||||
You can also evaluate a ruleset against a specific movie, using the following URL (for debug, make sure to enable `dryRun`):
|
||||
|
||||
```
|
||||
http://localhost:5056/api/movies/<id_movie>/evaluate/<ruleset_name>
|
||||
|
||||
Reference in New Issue
Block a user