Skip notification in build step when tag is created
This commit is contained in:
parent
ec3bd84746
commit
b8c4af572d
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ steps:
|
||||||
|
|
||||||
- name: send ntfy notification
|
- name: send ntfy notification
|
||||||
image: registry.cuzo.dev/parrazam/drone-ntfy
|
image: registry.cuzo.dev/parrazam/drone-ntfy
|
||||||
|
when:
|
||||||
|
status: [success, failure]
|
||||||
|
ref:
|
||||||
|
exclude:
|
||||||
|
- refs/tags/*
|
||||||
settings:
|
settings:
|
||||||
url: https://ntfy.parravidales.es
|
url: https://ntfy.parravidales.es
|
||||||
topic: pipelines
|
topic: pipelines
|
||||||
|
|
Loading…
Reference in a new issue