From 68b23114b901cc8883fe59a7bb884c78adc77c4a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 6 Sep 2021 18:37:57 -0700 Subject: [PATCH] adjust actions --- .github/workflows/binaries_dev.yml | 2 +- .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: