1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-14 21:16:52 +02:00

Merge pull request #2293 from logband/change-ci-naming

fix(ci): use cleaner naming for jobs
This commit is contained in:
Chris Lu 2021-08-28 20:32:51 -07:00 committed by GitHub
commit b7ec879d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 9 additions and 8 deletions

View file

@ -1,4 +1,4 @@
name: Cross-platform binary build test name: "go: test building cross-platform binary"
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: Cleanup name: "chore: cleanup"
on: on:
push: push:

View file

@ -1,4 +1,5 @@
name: Build Latest Containers name: "docker: build latest containers"
on: on:
push: push:
branches: branches:

View file

@ -1,4 +1,4 @@
name: Build Release Containers name: "docker: build release containers"
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: Test Building Container Images name: "docker: test building container images"
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: Go name: "go: test building binary"
on: on:
push: push:

View file

@ -1,4 +1,4 @@
name: Build Dev Binaries name: "go: build dev binaries"
on: on:
push: push:

View file

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions # This is a basic workflow to help you get started with Actions
name: Build Versioned Releases name: "go: build versioned binaries"
on: on:
release: release: