mirror of
https://github.com/zoriya/vim.git
synced 2026-06-06 13:14:11 +00:00
patch 8.2.2158: CI on cirrus times out, coveralls doesn't always run
Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
This commit is contained in:
@@ -231,7 +231,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
needs: linux
|
||||
if: github.event_name != 'pull_request'
|
||||
if: always() && github.event_name != 'pull_request'
|
||||
|
||||
steps:
|
||||
- name: Parallel finished
|
||||
|
||||
Reference in New Issue
Block a user