mirror of
https://github.com/quatalog/quatalog.git
synced 2024-11-18 04:52:51 +00:00
Change manually run workflow to have timeout of 2 mins
This commit is contained in:
parent
997d3c16a8
commit
5fe4ee9f13
2
.github/workflows/transfer.yml
vendored
2
.github/workflows/transfer.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue