Skip to content

Commit 1c5f375

Browse files
authored
Merge pull request #389 from pagopa/develop
chore: promotion to master - fix slack action
2 parents 7cc6cc6 + 6182258 commit 1c5f375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
SendSlackNotification:
6868
needs: BuildAndScan
6969
uses: ./.github/workflows/send-notification.yml
70-
if: github.event_name == 'schedule' && needs.BuildAndScan.steps.cve-threshold.outcome == 'failure'
70+
if: always() && github.event_name == 'schedule' && needs.BuildAndScan.steps.cve-threshold.outcome == 'failure'
7171
with:
7272
CVE_CRITICAL: ${{needs.BuildAndScan.outputs.CVE_CRITICAL}}
7373
CVE_HIGH: ${{needs.BuildAndScan.outputs.CVE_HIGH}}

0 commit comments

Comments
 (0)