adjust actions
This commit is contained in:
2
.github/workflows/binaries_dev.yml
vendored
2
.github/workflows/binaries_dev.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Wait for the deletion
|
- name: Wait for the deletion
|
||||||
uses: jakejarvis/wait-action@master
|
uses: jakejarvis/wait-action@master
|
||||||
with:
|
with:
|
||||||
time: '30s'
|
time: '60s'
|
||||||
|
|
||||||
- name: Set BUILD_TIME env
|
- name: Set BUILD_TIME env
|
||||||
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}
|
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}
|
||||||
|
|||||||
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: "go: test building binary"
|
name: "go: build binary"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user