mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 18:34:59 +08:00
add back delays
This commit is contained in:
parent
64971b0d7e
commit
a443e39def
5
.github/workflows/binaries_dev.yml
vendored
5
.github/workflows/binaries_dev.yml
vendored
@ -43,6 +43,11 @@ jobs:
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Wait for the deletion
|
||||
uses: jakejarvis/wait-action@master
|
||||
with:
|
||||
time: '60s'
|
||||
|
||||
- name: Set BUILD_TIME env
|
||||
run: echo BUILD_TIME=$(date -u +%Y%m%d-%H%M) >> ${GITHUB_ENV}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user