Skip to content

Commit 54ae797

Browse files
authored
Rename jobs' display name
1 parent 283834e commit 54ae797

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# If success, upload built docs as artifact.
4646
# If failure in HTML, notify telegram and upload logs.
4747
build:
48-
name: Build translated docs
48+
name: Build docs
4949
runs-on: ubuntu-latest
5050
strategy:
5151
fail-fast: false
@@ -113,6 +113,7 @@ jobs:
113113

114114
# Build Python docs in PDF format and make available for download.
115115
output-pdf:
116+
name: Build docs (pdf)
116117
runs-on: ubuntu-latest
117118
needs: [ 'build' ]
118119
steps:

0 commit comments

Comments
 (0)