aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-06-02 00:13:15 +0200
committerDan Engelbrecht <[email protected]>2022-06-02 00:13:15 +0200
commit0d739b955848725a77f818ac32db7b518fd7f878 (patch)
treea9b4917227a833206deeebd0e9dc72211843980c
parentkeep "reason" from upstream response so we can present it even if the request... (diff)
downloadzen-0d739b955848725a77f818ac32db7b518fd7f878.tar.xz
zen-0d739b955848725a77f818ac32db7b518fd7f878.zip
add timeout on pr validation
-rw-r--r--.github/workflows/self_host_build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/self_host_build.yml b/.github/workflows/self_host_build.yml
index 8bb57a4b4..b728e33c3 100644
--- a/.github/workflows/self_host_build.yml
+++ b/.github/workflows/self_host_build.yml
@@ -23,6 +23,7 @@ jobs:
windows-build:
name: Build Windows
runs-on: [self-hosted, windows, x64]
+ timeout-minutes: 10
strategy:
matrix:
config:
@@ -71,6 +72,7 @@ jobs:
linux-build:
name: Build Linux
runs-on: [self-hosted, linux, x64]
+ timeout-minutes: 10
strategy:
matrix:
config: