mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix(ci): use cleaner naming for jobs
This commit is contained in:
parent
e2aaa3e2f3
commit
aeda4be42c
2
.github/workflows/binary_test.yml
vendored
2
.github/workflows/binary_test.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Cross-platform binary build test
|
||||
name: "go: test building cross-platform binary"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/cleanup.yml
vendored
2
.github/workflows/cleanup.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Cleanup
|
||||
name: "chore: cleanup"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
3
.github/workflows/container_latest.yml
vendored
3
.github/workflows/container_latest.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
name: Build Latest Containers
|
||||
name: "docker: build latest containers"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
2
.github/workflows/container_release.yml
vendored
2
.github/workflows/container_release.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build Release Containers
|
||||
name: "docker: build release containers"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/container_test.yml
vendored
2
.github/workflows/container_test.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Test Building Container Images
|
||||
name: "docker: test building container images"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Go
|
||||
name: "go: test building binary"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Build Dev Binaries
|
||||
name: "go: build dev binaries"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/release_binaries.yml
vendored
2
.github/workflows/release_binaries.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue