branch: externals/diff-hl
commit cf764df9b9babb5820605add552bf58f3487ffcd
Author: Jimmy Yuen Ho Wong <wyue...@gmail.com>
Commit: Jimmy Yuen Ho Wong <wyue...@gmail.com>

    Mark snapshot as experimental
---
 .github/workflows/ci.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2a01f30517..bcb103c227 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,7 +20,7 @@ on:
 jobs:
   check:
     runs-on: ubuntu-latest
-
+    continue-on-error: '${{ matrix.experimental }}'
     strategy:
       fail-fast: false
       matrix:
@@ -32,7 +32,10 @@ jobs:
           - '29.4'
           - '30.1'
           - 'release-snapshot'
-          - 'snapshot'
+        experimental: [false]
+        include:
+          - emacs_version: 'snapshot'
+            experimental: true
 
     steps:
       - name: Setup Emacs

Reply via email to