From d2a0195b60de2f467a12227c33532f5d468b6e9b Mon Sep 17 00:00:00 2001 From: rulrich Date: Mon, 11 Mar 2024 08:50:32 +0100 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5d9c1c7..6bd944b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,6 @@ steps: image: cytopia/ansible-lint commands: - ansible-lint playbook.yml --force-color -# when: -# event: -# - pull_request \ No newline at end of file + when: + event: + - pull_request \ No newline at end of file