Skip to content

Commit 59303f7

Browse files
committed
Add timeout to release workflow to prevent devenv hang
1 parent f467d5f commit 59303f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212
jobs:
1313
release:
1414
runs-on: windows-2025-vs2026 # (260405Ch) net10.0-windows + WinForms setup build needs Visual Studio 18 on GitHub-hosted runners.
15+
timeout-minutes: 30 # 260405Cl 追加: devenv ハング時に無限待ちしないようジョブ全体にタイムアウト設定
1516

1617
steps:
1718
- name: Checkout
@@ -202,6 +203,7 @@ jobs:
202203
203204
- name: Build installer with Visual Studio
204205
id: build_installer
206+
timeout-minutes: 10 # 260405Cl 追加: devenv ハング防止
205207
shell: pwsh
206208
run: |
207209
# (260405Ch) Build vdproj from a packaging-only solution so setup can resolve project outputs without rebuilding managed projects.

0 commit comments

Comments
 (0)