From a443e39def82da7df62f28fc3fbf333744e872d7 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 6 Sep 2021 20:29:48 -0700 Subject: [PATCH] add back delays --- .github/workflows/binaries_dev.yml | 5 +++++ 1 file changed, 5 insertions(+) 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}