Browse Source

fix(ci): use cleaner naming for jobs

pull/2293/head
Alexander 3 years ago
parent
commit
aeda4be42c
  1. 2
      .github/workflows/binary_test.yml
  2. 2
      .github/workflows/cleanup.yml
  3. 3
      .github/workflows/container_latest.yml
  4. 2
      .github/workflows/container_release.yml
  5. 2
      .github/workflows/container_test.yml
  6. 2
      .github/workflows/go.yml
  7. 2
      .github/workflows/release.yml
  8. 2
      .github/workflows/release_binaries.yml

2
.github/workflows/binary_test.yml

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

2
.github/workflows/cleanup.yml

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

3
.github/workflows/container_latest.yml

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

2
.github/workflows/container_release.yml

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

2
.github/workflows/container_test.yml

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

2
.github/workflows/go.yml

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

2
.github/workflows/release.yml

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

2
.github/workflows/release_binaries.yml

@ -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…
Cancel
Save