Skip to content

Commit 2998fd4

Browse files
committed
applies per project
1 parent b64474a commit 2998fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/pkg/digger/digger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func RunJobs(
126126
}
127127
}
128128

129-
if allAppliesSuccess == true && reportFinalStatusToBackend == true {
129+
if reportFinalStatusToBackend == true {
130130
repoNameForBackendReporting := strings.ReplaceAll(jobs[0].Namespace, "/", "-")
131131
projectNameForBackendReporting := jobs[0].ProjectName
132132
planSummary := exectorResults[0].PlanResult.PlanSummary

0 commit comments

Comments
 (0)