chore: rename action to docker-build (#12980)

This commit is contained in:
Elizabeth Thompson 2021-02-06 16:25:46 -08:00 committed by GitHub
parent 6886134642
commit 1bb305323e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ on:
types: [synchronize, opened, reopened, ready_for_review]
jobs:
build:
docker-build:
if: github.event.pull_request.draft == false
name: build
name: docker-build
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"