F'd up on the when for notify

This commit is contained in:
Radek Golan 2024-04-22 15:36:49 +02:00
parent a4f859913d
commit 3e1fb5b4c0
2 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,8 @@ steps:
woodpecker_url: https://ci.shielddagger.com
woodpecker_token:
from_secret: woodpecker_token
when:
- status: [success, failure]
depends_on:
- scans

View File

@ -28,3 +28,5 @@ steps:
woodpecker_url: https://ci.shielddagger.com
woodpecker_token:
from_secret: woodpecker_token
when:
- status: [success, failure]