]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Rename and clarify CI workflow job names (#3570)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 21 Jul 2021 09:24:40 +0000 (11:24 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 09:24:40 +0000 (11:24 +0200)
.github/workflows/build-docs.yml
.github/workflows/preview-docs.yml

index e6226445890bb3fbe32ba989a2afbd5edc4ba320..eba5fc57e555ff72d2fbaef3e8232f26f67b40c6 100644 (file)
@@ -4,7 +4,7 @@ on:
   pull_request:
     types: [opened, synchronize]
 jobs:
-  build:
+  build-docs:
     runs-on: ubuntu-18.04
     steps:
       - name: Dump GitHub context
index 8401e98726783eb7f5a938780c0e5962c83a6fed..0c0d2ac59a9e66c741e2e9ff6074cb7e9af5d2c3 100644 (file)
@@ -7,7 +7,7 @@ on:
       - completed
 
 jobs:
-  deploy:
+  preview-docs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2