1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-07 09:37:49 +02:00

fix(ci): use cleaner naming for jobs

This commit is contained in:
Alexander 2021-08-29 12:12:30 +09:00
parent e2aaa3e2f3
commit aeda4be42c
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:
push:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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