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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user