From 9c6aef746abd1ea836c21e01d37838133bff4c88 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 7 May 2021 14:40:20 -0700 Subject: [PATCH] GitLab CI: Adjust the Documentation rules. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitLab CI annoyingly shows "⚙ blocked" in the pipeline UI if you have any jobs that can be run manually instead of a green checkmark even if all of the other jobs in the pipeline have passed. It's not clear that "blocked" means "you can run this manually if needed," so adjust the Documentation rule so that this doesn't happen. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 352e22028e..82e88ad66f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -292,6 +292,9 @@ Documentation: - "epan/wslua/**" when: always - if: '$CI_PIPELINE_SOURCE == "push"' + changes: + - "docbook/**" + - "epan/wslua/**" when: manual script: # XXX We might want to move this to wireshark-ubuntu-dev or debian-setup.sh.