improve jobs naming

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2024-10-17 09:12:07 +02:00
parent d9b70dfd54
commit 640c7d0c9f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ env:
jobs:
code-checks:
uses: ./.github/workflows/checks.yml
build-deploy-docs:
build-docs:
uses: ./.github/workflows/docs.yml
with:
deploy: false

View File

@ -7,7 +7,7 @@ on:
default: false
jobs:
build-docs:
run-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4