neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit c26ef6bcd4e161c33e5a982bba249a5523aeafbb
parent 639ec044b7075b46fee5c58730f08875876964af
Author: James McCoy <jamessan@jamessan.com>
Date:   Sat, 26 Feb 2022 12:32:37 -0500

Merge pull request #17532 from dundargoc/ci/add-timeout

ci: add timeout to all jobs
Diffstat:
M.github/workflows/ci.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: lint: if: (github.event_name == 'pull_request' && github.base_ref == 'master' && !github.event.pull_request.draft) || (github.event_name == 'push' && github.ref == 'refs/heads/master') runs-on: ubuntu-20.04 + timeout-minutes: 10 env: CC: gcc steps: @@ -208,6 +209,7 @@ jobs: windows: runs-on: windows-2019 + timeout-minutes: 45 if: github.event.pull_request.draft == false env: DEPS_BUILD_DIR: ${{ format('{0}/nvim-deps', github.workspace) }}