From b8c4af572da8d6ff81dd97e375e0f1ba2b281480 Mon Sep 17 00:00:00 2001 From: parra Date: Thu, 9 Feb 2023 17:57:25 +0100 Subject: [PATCH] Skip notification in build step when tag is created --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1c68c09..395f5f6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,6 +38,11 @@ steps: - name: send ntfy notification image: registry.cuzo.dev/parrazam/drone-ntfy + when: + status: [success, failure] + ref: + exclude: + - refs/tags/* settings: url: https://ntfy.parravidales.es topic: pipelines