]> granicus.if.org Git - vim/commitdiff
patch 8.2.1887: Github actions not optimally configured v8.2.1887
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Oct 2020 15:33:17 +0000 (17:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Oct 2020 15:33:17 +0000 (17:33 +0200)
Problem:    Github actions not optimally configured.
Solution:   Run CI on any pushed branches. Set fail-fast. (Ozaki Kiichi,
            closes #7184)

.github/workflows/ci-windows.yaml
src/version.c

index 917783019da029d512e865b092244a0c83bc11dd..7db551fdcbf0968e5fd2c1ad05298966aecc60fc 100644 (file)
@@ -3,7 +3,7 @@ name: GitHub CI
 on:
   push:
     branches:
-      - '*'
+      - '**'
   pull_request:
 
 env:
@@ -39,6 +39,7 @@ jobs:
     runs-on: windows-latest
 
     strategy:
+      fail-fast: false
       matrix:
         toolchain: [msvc, mingw]
         arch: [x64, x86]
index 0933697495c16bbaf455f7eba18878bad260c43f..16e7a9fcd02435265949b3c83e16c8887bd0ad3b 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1887,
 /**/
     1886,
 /**/