mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08: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
|
||||
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
vendored
2
.github/workflows/go.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "go: test building binary"
|
||||
name: "go: build binary"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
Loading…
Reference in New Issue
Block a user