Skip to content

Commit

Permalink
chore: disable drone slack pipeline for renovate
Browse files Browse the repository at this point in the history
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 <git@frezbo.dev>
  • Loading branch information
frezbo committed Sep 19, 2022
1 parent f2690f0 commit afa3012
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2022-09-15T15:20:15Z by kres 430a0da.
# Generated on 2022-09-19T13:43:37Z by kres 9ea8a33.

kind: pipeline
type: kubernetes
Expand Down Expand Up @@ -327,9 +327,10 @@ steps:
- failure

trigger:
status:
- success
- failure
branch:
exclude:
- renovate/*
- dependabot/*

depends_on:
- default
Expand Down

0 comments on commit afa3012

Please sign in to comment.