lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master e571a6e: Run all GitHub CI builds to completi


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master e571a6e: Run all GitHub CI builds to completion, even if one fails
Date: Sun, 21 Mar 2021 05:49:16 -0400 (EDT)

branch: master
commit e571a6e11643031ee410b75c9b5b1e1050f71dd1
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Run all GitHub CI builds to completion, even if one fails
    
    Don't cancel the remaining builds if one of them fails, as is done by
    default.
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4676493..c928dd4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
     runs-on: ubuntu-20.04
     name: ${{ matrix.name }}
     strategy:
+      fail-fast: false
       matrix:
         include:
           - name: Cross-compile for MSW-32



reply via email to

[Prev in Thread] Current Thread [Next in Thread]