2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-21 08:33:20 +00:00

fix(ci): keep no-op backport runs green

This commit is contained in:
Vinícius Ferrão
2026-07-23 19:13:26 -03:00
parent 90bc913f2b
commit 6235290a89
+3 -1
View File
@@ -91,5 +91,7 @@ jobs:
});
}
- name: Fail when a backport needs intervention
if: steps.backport.outputs.was_successful != 'true'
if: >
steps.backport.outputs.was_successful_by_target != '' &&
steps.backport.outputs.was_successful != 'true'
run: exit 1