fix typo on job name (#60)

Signed-off-by: Juan Gonzalez <jgfm@novonordisk.com>
This commit is contained in:
Juan González 2025-03-25 20:15:34 +01:00 committed by GitHub
parent 13c6b65af7
commit bf126aabaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
documentation_validation:
needs: changed_files
name: Documantation validation
name: Documentation validation
if: needs.changed_files.outputs.docs_any_changed == 'true'
runs-on: ubuntu-latest
steps: