aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-06 20:29:48 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-06 20:29:48 -0700
commita443e39def82da7df62f28fc3fbf333744e872d7 (patch)
tree48d6df64ac517e6308ac9d646b5ee526ecccf264
parent64971b0d7e70980b36d5e33e2c29ca631e1e9c3e (diff)
downloadseaweedfs-a443e39def82da7df62f28fc3fbf333744e872d7.tar.xz
seaweedfs-a443e39def82da7df62f28fc3fbf333744e872d7.zip
add back delays
-rw-r--r--.github/workflows/binaries_dev.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml
index 5d6519b18..fbe47c671 100644
--- a/.github/workflows/binaries_dev.yml
+++ b/.github/workflows/binaries_dev.yml
@@ -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}