From e3b8f656b454dbe656cd9800299e5ff124d73b07 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Sun, 18 Feb 2024 20:15:20 +0100 Subject: [PATCH] CI: do ruff check when .gitlab-ci.yml changes (MR 4838) To ensure that the check still works after .gitlab-ci.yml changes. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 388516c0e..cee1aaee0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ ruff: changes: - .ci/* - .ci/*/* + - .gitlab-ci.yml before_script: - "echo 'https://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories" script: