chore: rename duplicate build jobs (#12921)

This commit is contained in:
Elizabeth Thompson 2021-02-03 16:40:38 -08:00 committed by GitHub
parent 86b982a0a3
commit 94b6b29362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ on:
release:
types: [published]
jobs:
build:
name: build
docker-release:
name: docker-release
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"

View File

@ -10,7 +10,7 @@ on:
jobs:
docs:
name: build
name: docs
runs-on: ubuntu-20.04
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"

View File

@ -9,7 +9,7 @@ on:
types: [synchronize, opened, reopened, ready_for_review]
jobs:
build:
frontend-build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
steps: