mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust actions
This commit is contained in:
parent
0c47437ece
commit
68b23114b9
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:
|
||||||
|
|
Loading…
Reference in a new issue