diff options
| author | Dan Engelbrecht <[email protected]> | 2022-06-02 00:34:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-02 00:34:18 +0200 |
| commit | 8513d26876ff45d5df49ac336229b4151cd1c1a8 (patch) | |
| tree | a9b4917227a833206deeebd0e9dc72211843980c /.github/workflows | |
| parent | Merge pull request #117 from EpicGames/de/configurable-gc-monitor-intervall (diff) | |
| parent | add timeout on pr validation (diff) | |
| download | zen-8513d26876ff45d5df49ac336229b4151cd1c1a8.tar.xz zen-8513d26876ff45d5df49ac336229b4151cd1c1a8.zip | |
Merge pull request #118 from EpicGames/de/keep-zen-upstream-response
keep "reason" from upstream response
Diffstat (limited to '.github/workflows')
| -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: |