Skip to content

Commit 2d2ad9a

Browse files
committed
Adjust workflow timeout for cocoonstack repo
1 parent 0fc71c9 commit 2d2ad9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
version_tag:
7-
description: "OCI tag for ghcr.io/CMGS/windows"
7+
description: "OCI tag for ghcr.io/cocoonstack/windows"
88
required: true
99
default: "win11-25h2"
1010
disk_size:
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323
build:
2424
runs-on: ubuntu-latest
25-
timeout-minutes: 350
25+
timeout-minutes: 180
2626
permissions:
2727
contents: read
2828
packages: write

0 commit comments

Comments
 (0)