Change manually run workflow to have timeout of 2 mins

This commit is contained in:
powe97 2024-03-01 13:12:23 -05:00 committed by GitHub
parent 997d3c16a8
commit 5fe4ee9f13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ on:
description: "Timeout time" description: "Timeout time"
required: true required: true
type: number type: number
default: ${{ env.DEFAULT_TIMEOUT }} default: 2
concurrency: concurrency:
group: transfer-scraper group: transfer-scraper