From 8b1dbcf16609344ef7b515b92521753ed6519a42 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sun, 9 Feb 2025 17:02:31 +0300 Subject: [PATCH] ci: remove extra 20s of wait before removing current release and downloading artifacts --- .github/workflows/c-cpp.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 702c715b..4ba27e39 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -120,7 +120,6 @@ jobs: --yes \ --cleanup-tag \ --repo "$GITHUB_REPOSITORY" || true - sleep 20s gh run download "$GITHUB_RUN_ID" \ --dir artifacts/ \ --repo "$GITHUB_REPOSITORY"