From dfcc9a0f4d63444bac8c3cf6610379c912251d3c Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 10 Nov 2023 11:16:22 +0100 Subject: [PATCH] * test/infra/gitlab-ci.yml (.native-comp-template): Adapt "changes". --- test/infra/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2