diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-06 18:37:57 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-06 18:37:57 -0700 |
| commit | 68b23114b901cc8883fe59a7bb884c78adc77c4a (patch) | |
| tree | 1f8b49409dd23cdffd259e2045ab02af30ab8406 | |
| parent | 0c47437ece7718d3e77e5b5fc581db0376a44f69 (diff) | |
| download | seaweedfs-68b23114b901cc8883fe59a7bb884c78adc77c4a.tar.xz seaweedfs-68b23114b901cc8883fe59a7bb884c78adc77c4a.zip | |
adjust actions
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/go.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index ac04a85dc..e6288ea89 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -31,7 +31,7 @@ jobs: - name: Wait for the deletion uses: jakejarvis/wait-action@master with: - time: '30s' + time: '60s' - name: Set BUILD_TIME env run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 39b8347ac..2ce5f7954 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: "go: test building binary" +name: "go: build binary" on: push: |
