adjust actions

This commit is contained in:
Chris Lu 2021-09-06 18:37:57 -07:00
parent 0c47437ece
commit 68b23114b9
2 changed files with 2 additions and 2 deletions

View file

@ -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}

View file

@ -1,4 +1,4 @@
name: "go: test building binary"
name: "go: build binary"
on:
push: