From c6be44d9b3ec09195f6279e9a503175f8fd60e14 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 3 Oct 2021 19:53:17 +0200 Subject: [PATCH] * test/infra/gitlab-ci.yml (.native-comp-template): Revert change. --- test/infra/gitlab-ci.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 3c6d836b580..5be59b8dcc6 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -190,9 +190,18 @@ default: - test/lisp/filenotify-tests.el .native-comp-template: - only: - - web - - schedules + rules: + - if: '$CI_PIPELINE_SOURCE == "web"' + - if: '$CI_PIPELINE_SOURCE == "schedule"' + changes: + - "**/Makefile.in" + - .gitlab-ci.yml + - lisp/emacs-lisp/comp.el + - lisp/emacs-lisp/comp-cstr.el + - src/comp.{h,m} + - test/infra/* + - test/src/comp-resources/*.el + - test/src/comp-tests.el timeout: 8 hours stages: -- 2.39.5