diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-08-28 20:32:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-28 20:32:51 -0700 |
| commit | b7ec879d328a087375732e4ce9fd32fddd07f004 (patch) | |
| tree | 1a7c2fb4815987189524d64094dc13df74e1facb /.github/workflows/binary_test.yml | |
| parent | e2aaa3e2f34198522c3d4824a697f80aa81ffe77 (diff) | |
| parent | aeda4be42c53d8a8f0c02c4be07877c3d0fda1b0 (diff) | |
| download | seaweedfs-b7ec879d328a087375732e4ce9fd32fddd07f004.tar.xz seaweedfs-b7ec879d328a087375732e4ce9fd32fddd07f004.zip | |
Merge pull request #2293 from logband/change-ci-naming
fix(ci): use cleaner naming for jobs
Diffstat (limited to '.github/workflows/binary_test.yml')
| -rw-r--r-- | .github/workflows/binary_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/binary_test.yml b/.github/workflows/binary_test.yml index 288abc848..f1f911dc9 100644 --- a/.github/workflows/binary_test.yml +++ b/.github/workflows/binary_test.yml @@ -1,4 +1,4 @@ -name: Cross-platform binary build test +name: "go: test building cross-platform binary" on: push: |
