mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: rename action to docker-build (#12980)
This commit is contained in:
committed by
GitHub
parent
6886134642
commit
1bb305323e
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -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 }} )"
|
||||
|
||||
Reference in New Issue
Block a user