2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-07-31 10:09:40 +00:00

Merge pull request #7662 from VersatusHPC/fix/backport-no-target-failure

fix(ci): keep no-op backport runs green
This commit is contained in:
Vinícius Ferrão
2026-07-23 19:55:08 -03:00
committed by GitHub
+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