mirror of
https://github.com/apache/superset.git
synced 2026-04-09 19:35:21 +00:00
chore: rename duplicate build jobs (#12921)
This commit is contained in:
committed by
GitHub
parent
86b982a0a3
commit
94b6b29362
4
.github/workflows/docker-release.yml
vendored
4
.github/workflows/docker-release.yml
vendored
@@ -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 }} )"
|
||||
|
||||
Reference in New Issue
Block a user