From 5d2ebcd8962b79898d5cdb80cffb6235a033d3d2 Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Thu, 21 Jan 2021 16:02:28 +0000 Subject: [PATCH] * test/infra/gitlab-ci.yml: Revert to always building. --- test/infra/gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index ddabacfe010..e5413ad9380 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -104,8 +104,6 @@ default: .build-template: rules: - - if: '$CI_PIPELINE_SOURCE == "web"' - when: always - changes: - "**/Makefile.in" - .gitlab-ci.yml @@ -113,9 +111,11 @@ default: - autogen.sh - configure.ac - lib/*.{h,c} - - lisp/emacs-lisp/*.el + - lisp/**/*.el - src/*.{h,c} - test/infra/* + - test/lisp/**/*.el + - test/src/*.el - changes: # gfilemonitor, kqueue - src/gfilenotify.c -- 2.39.5