[CI] Add workflow job names (#2876)

This commit is contained in:
Mihail Gribkov
2024-03-13 20:37:40 +03:00
committed by GitHub
parent 19c3a3a4aa
commit def372cb31

View File

@@ -15,6 +15,7 @@ on:
jobs: jobs:
build: build:
name: Build and Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@@ -38,6 +39,7 @@ jobs:
path: docs/_site path: docs/_site
deploy: deploy:
name: Deploy
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'