From 2d3f8fd8426655ca99a89981eb1b00c8dc21adc3 Mon Sep 17 00:00:00 2001 From: ffrancis Date: Fri, 27 Feb 2026 16:13:14 +0530 Subject: [PATCH] Set default LAVA failure handling to true Update 'fail_action_on_failure' and workflow input defaults to true to ensure CI fails when LAVA tests fail. Signed-off-by: ffrancis --- .github/actions/lava-test-plans/action.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/lava-test-plans/action.yml b/.github/actions/lava-test-plans/action.yml index 1a95486..b0eb200 100644 --- a/.github/actions/lava-test-plans/action.yml +++ b/.github/actions/lava-test-plans/action.yml @@ -50,7 +50,7 @@ inputs: fail_action_on_failure: description: 'Fail action if LAVA job fails' required: false - default: 'false' + default: true # GitHub context run_id: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 432939a..07bfe62 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ on: description: Fail workflow if LAVA test fails required: false type: boolean - default: false + default: true jobs: submit_lava: