diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 10:54:44 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 10:54:44 +0900 |
| commit | 9ac962888cfa71f8800c3c301f115844831a3bbb (patch) | |
| tree | d8ce24f875d78e77a91641ff169047cbfc2d06c5 | |
| parent | ee52f29c3315443b85ef67113dd68ab1853cf1f8 (diff) | |
| download | seaweedfs-9ac962888cfa71f8800c3c301f115844831a3bbb.tar.xz seaweedfs-9ac962888cfa71f8800c3c301f115844831a3bbb.zip | |
fix(ci): use distinct test job name
| -rw-r--r-- | .github/workflows/release_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_test.yml b/.github/workflows/release_test.yml index d99d40620..d31177301 100644 --- a/.github/workflows/release_test.yml +++ b/.github/workflows/release_test.yml @@ -1,4 +1,4 @@ -name: Build Dev Binaries +name: Cross-platform binary build test on: push: |
