On Mon, Jul 26, 2021 at 12:07 PM Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Jobs depending on another should not use the 'when: always' > condition, because if a dependency failed we should not keep > running jobs depending on it. The correct condition is > 'when: on_success'. > > Fixes: 71920809cea ("gitlab-ci.yml: Add jobs to build EDK2 firmware binaries") > Reported-by: Daniel P. Berrangé <berra...@redhat.com> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > .gitlab-ci.d/edk2.yml | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>