]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/gitlab-ci.yml (.native-comp-template): Adapt "changes".
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 10 Nov 2023 10:16:22 +0000 (11:16 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 10 Nov 2023 10:16:22 +0000 (11:16 +0100)
test/infra/gitlab-ci.yml

index 6884c32848e2493441dd39bf6d32179ac4541c90..f106ea4d8dee38615c72fda4e4cc8a90ce9422cf 100644 (file)
@@ -193,10 +193,10 @@ default:
     - if: '$CI_PIPELINE_SOURCE == "schedule"'
       changes:
         - "**.in"
-        - lisp/emacs-lisp/comp.el
-        - lisp/emacs-lisp/comp-cstr.el
+        - lisp/emacs-lisp/comp*.el
         - src/comp.{h,m}
         - test/infra/*
+        - test/lisp/emacs-lisp/comp*-tests.el
         - test/src/comp-resources/*.el
         - test/src/comp-tests.el
   timeout: 8 hours