From: Michael Albinus Date: Fri, 10 Nov 2023 10:16:22 +0000 (+0100) Subject: * test/infra/gitlab-ci.yml (.native-comp-template): Adapt "changes". X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfcc9a0f4d63444bac8c3cf6610379c912251d3c;p=emacs.git * test/infra/gitlab-ci.yml (.native-comp-template): Adapt "changes". --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 6884c32848e..f106ea4d8de 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -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