From 7f8b1c70c843e342e3d13661355b30c9ee3aac82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Sat, 10 Sep 2022 11:14:37 +0000 Subject: [PATCH] [CI] Ignore .ansible-lint in the main jobs They do not care about its config. Change-Id: I6d2d118441136445a344911c02b8c7d2afc589a1 --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index a400a92..572b7bf 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -17,6 +17,7 @@ timeout: 1800 irrelevant-files: - ^.*\.rst$ + - ^\.ansible-lint$ - ^doc/ - ^releasenotes/ - ^setup\.cfg$