ci: make docs job name more explicit (#29072)

make docs job name more clear
This commit is contained in:
Yihau Chen 2022-12-06 11:29:05 +08:00 committed by GitHub
parent 1b49c52d98
commit be8396040b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ jobs:
needs:
- check
if: ${{ needs.check.outputs.continue == 1 }}
name: build & deploy
# the name is used by .mergify.yml as well
name: build & deploy docs
runs-on: ubuntu-20.04
steps:
- name: Checkout