From 3d6e4ee774de359d32e6d8a138a222a5e6301c97 Mon Sep 17 00:00:00 2001 From: Haricharan Jaka <87761091+haricharan-jaka@users.noreply.github.com> Date: Thu, 26 May 2022 22:38:34 +0530 Subject: [PATCH] Changed sanity to run on Next image (#577) Signed-off-by: haricharan-jaka --- .github/workflows/quali.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quali.yml b/.github/workflows/quali.yml index d3733b930..857c65c80 100644 --- a/.github/workflows/quali.yml +++ b/.github/workflows/quali.yml @@ -26,7 +26,7 @@ on: description: "the AP models to test" ap_version: required: true - default: "main-latest" + default: "next-latest" description: "revision of firmware to flash on AP, -" marker_expression: required: true @@ -55,7 +55,7 @@ jobs: id: vars run: | echo ::set-output name=openwifi::$(echo "${{ github.event.inputs.openwifi_revision || 'main' }}") - echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'main-latest' }}") + echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'next-latest' }}") echo ::set-output name=marker_expression::$(echo "${{ github.event.inputs.marker_expression || 'uc_sanity' }}") echo ::set-output name=existing_controller::$(echo "${{ github.event.inputs.existing_controller || 'qa01' }}")