Skip to content

Commit afa3012

Browse files
committed
chore: disable drone slack pipeline for renovate
The slack trigger was already having status set in the step itself, so remove that and only use the trigger. Signed-off-by: Noel Georgi <[email protected]>
1 parent f2690f0 commit afa3012

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.drone.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
33
#
4-
# Generated on 2022-09-15T15:20:15Z by kres 430a0da.
4+
# Generated on 2022-09-19T13:43:37Z by kres 9ea8a33.
55

66
kind: pipeline
77
type: kubernetes
@@ -327,9 +327,10 @@ steps:
327327
- failure
328328

329329
trigger:
330-
status:
331-
- success
332-
- failure
330+
branch:
331+
exclude:
332+
- renovate/*
333+
- dependabot/*
333334

334335
depends_on:
335336
- default

0 commit comments

Comments
 (0)