diff options
| author | Dan Engelbrecht <[email protected]> | 2022-06-02 00:13:15 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 00:13:15 +0200 |
| commit | 0d739b955848725a77f818ac32db7b518fd7f878 (patch) | |
| tree | a9b4917227a833206deeebd0e9dc72211843980c | |
| parent | keep "reason" from upstream response so we can present it even if the request... (diff) | |
| download | zen-0d739b955848725a77f818ac32db7b518fd7f878.tar.xz zen-0d739b955848725a77f818ac32db7b518fd7f878.zip | |
add timeout on pr validation
| -rw-r--r-- | .github/workflows/self_host_build.yml | 2 |
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: |