mirror of https://github.com/dapr/dapr-agents.git
fix typo on job name (#60)
Signed-off-by: Juan Gonzalez <jgfm@novonordisk.com>
This commit is contained in:
parent
13c6b65af7
commit
bf126aabaa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue