From 31b4e21034c1ec8ace76ef83b67d2655d58e768f Mon Sep 17 00:00:00 2001 From: Brain Date: Tue, 10 Sep 2024 12:27:33 +0200 Subject: [PATCH] Only run Docker dry-run on Pull Requests --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7890f76..c6b5853 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,9 @@ steps: repo: git.wtf-eg.de/kompetenzinventar/frontend target: ki-frontend dry_run: true + when: + event: + - pull_request --- kind: pipeline