From cfbdf071ce520acd72bb89e1bdb6e2411ec081f0 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:22:14 +0530 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f52d910af..87bf7d957 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,21 @@ name: ansible-lint on: workflow_dispatch: pull_request: + paths-ignore: + - .github/** + - assets/** + - docs/** + - .whitesource + - .yamlfmt + - .yamllint push: + paths-ignore: + - .github/** + - assets/** + - docs/** + - .whitesource + - .yamlfmt + - .yamllint jobs: ansible-lint: name: ansible-lint