Skip to content

Commit 4cf3b39

Browse files
committed
Add timeout of 1 hour
1 parent 4d57149 commit 4cf3b39

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
jobs:
1212
build-linux:
1313
runs-on: ubuntu-24.04
14-
14+
timeout-minutes: 60
15+
1516
steps:
1617
- uses: actions/checkout@v4
1718

.github/workflows/build-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
build-windows:
1313
runs-on: windows-2022
14+
timeout-minutes: 60
1415

1516
steps:
1617
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)