mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(ci): lower timeout to 45 minutes (from default 360 mins)
This commit is contained in:
parent
a3e2636afd
commit
13db912e51
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
runner: ubuntu-20.04
|
||||
os: linux
|
||||
runs-on: ${{ matrix.runner }}
|
||||
timeout-minutes: 45
|
||||
if: github.event.pull_request.draft == false
|
||||
env:
|
||||
CC: ${{ matrix.cc }}
|
||||
|
Loading…
Reference in New Issue
Block a user