renamed github action job name

This commit is contained in:
dashevchenko 2023-10-05 15:25:05 +03:00
parent 12f140c5e2
commit 5d494f81dd

View File

@ -1,11 +1,11 @@
name: check_yml
name: check_yml_file
on:
pull_request:
paths:
- 'application/src/main/resources/thingsboard.yml'
jobs:
build:
name: Check yml parameters have description
name: check_yml_file
runs-on: ubuntu-20.04
steps: