Only run Docker dry-run on Pull Requests

This commit is contained in:
Brain 2024-09-10 12:27:33 +02:00
parent acb5ab5f40
commit 31b4e21034
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A

View File

@ -33,6 +33,9 @@ steps:
repo: git.wtf-eg.de/kompetenzinventar/frontend repo: git.wtf-eg.de/kompetenzinventar/frontend
target: ki-frontend target: ki-frontend
dry_run: true dry_run: true
when:
event:
- pull_request
--- ---
kind: pipeline kind: pipeline