From fd7a2b7d9da5049540519b0815d6ccb6ba5250f9 Mon Sep 17 00:00:00 2001 From: Tim Unkrig Date: Fri, 27 Oct 2023 11:10:45 +0200 Subject: [PATCH] changed event in drone --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index a2eaa2d..00cc79b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,6 @@ steps: image: hashicorp/terraform:1.5 commands: - "-chdir=infrastructure fmt -diff -check" - when: - event: - - pull_request \ No newline at end of file + # when: + # event: + # - pull_request \ No newline at end of file