ci: fixing fine-tuning

This commit is contained in:
psyko-gh
2024-09-03 22:37:43 +02:00
parent 36a68cea9e
commit 96ac8a958b
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ jobs:
publish-docs: publish-docs:
name: Publish edge documentation name: Publish edge documentation
needs: [build-and-push, changes] needs: changes
if: ${{ needs.changes.outputs.docs == 'true' }} if: ${{ needs.changes.outputs.docs == 'true' }}
permissions: permissions:
contents: write contents: write

View File

@@ -53,7 +53,7 @@ config:
### Evaluating a ruleset ### 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> http://localhost:5056/api/movies/<id_movie>/evaluate/<ruleset_name>