Browse Source

adjust actions

pull/2321/head
Chris Lu 3 years ago
parent
commit
68b23114b9
  1. 2
      .github/workflows/binaries_dev.yml
  2. 2
      .github/workflows/go.yml

2
.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}

2
.github/workflows/go.yml

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

Loading…
Cancel
Save