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: 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: