From c20355a068412d6f4ba2e6d244e1665b4ea21812 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 13 Oct 2021 19:30:13 +0200 Subject: [PATCH] fix(ci): dependencies and conditions --- .drone.yml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index 98d3e03..614e4a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,12 +32,6 @@ steps: limits: cpu: 50 memory: 25M - when: - repo: - - fh-trier/linux_ws2122 - event: - - push - - cron - name: push-fhtrier depends_on: @@ -57,14 +51,6 @@ steps: - index.pdf - csv/* - sql/* - when: - branch: - - master - repo: - - fh-trier/linux_ws2122 - event: - - push - - cron - name: email-notification depends_on: @@ -90,9 +76,13 @@ steps: - failure trigger: + branch: + - master event: - exclude: - - tag + - cron + - push + repo: + - fh-trier/linux_ws2122 --- kind: pipeline