summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-18 16:29:25 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-18 16:29:25 +0100
commit6e562fcc07c71ad1437c89c3d3cc423efb691f0a (patch)
tree81b9d8d336b8ded4fedf5ab30127558353706dba /.github
parent9aed729fe9e62536236875a42fb170d2c8fb3046 (diff)
patch 8.2.2158: CI on cirrus times out, coveralls doesn't always runv8.2.2158
Problem: CI on cirrus times out, coveralls doesn't always run. Solution: Set timeout to 20 minutes. Adjust condition. (closes #7493)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b6dd144fbb..25ac92f5dc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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