Browse Source
Merge pull request #2293 from logband/change-ci-naming
fix(ci): use cleaner naming for jobs
pull/2321/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with
9 additions and
8 deletions
-
.github/workflows/binary_test.yml
-
.github/workflows/cleanup.yml
-
.github/workflows/container_latest.yml
-
.github/workflows/container_release.yml
-
.github/workflows/container_test.yml
-
.github/workflows/go.yml
-
.github/workflows/release.yml
-
.github/workflows/release_binaries.yml
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Cross-platform binary build test |
|
|
|
name: "go: test building cross-platform binary" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Cleanup |
|
|
|
name: "chore: cleanup" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
name: Build Latest Containers |
|
|
|
name: "docker: build latest containers" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Build Release Containers |
|
|
|
name: "docker: build release containers" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Test Building Container Images |
|
|
|
name: "docker: test building container images" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Go |
|
|
|
name: "go: test building binary" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Build Dev Binaries |
|
|
|
name: "go: build dev binaries" |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
|
|
@ -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: |
|
|
|