From 5fe4ee9f1341f0a846dc51a27034d61d66a1ae43 Mon Sep 17 00:00:00 2001 From: powe97 <116031952+powe97@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:12:23 -0500 Subject: [PATCH] Change manually run workflow to have timeout of 2 mins --- .github/workflows/transfer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transfer.yml b/.github/workflows/transfer.yml index 5917c34..6b35242 100644 --- a/.github/workflows/transfer.yml +++ b/.github/workflows/transfer.yml @@ -13,7 +13,7 @@ on: description: "Timeout time" required: true type: number - default: ${{ env.DEFAULT_TIMEOUT }} + default: 2 concurrency: group: transfer-scraper