From cbb1a9878cdb979d5b5f7a5f18fa832b5801952b Mon Sep 17 00:00:00 2001 From: mythri-candela <168416732+mythri-candela@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:44:22 +0530 Subject: [PATCH] Changing main to Next-latest (#1005) --- .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 c20a815a5..5473d2d9c 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 @@ -65,7 +65,7 @@ jobs: id: vars run: | echo "openwifi=$(echo ${{ github.event.inputs.openwifi_revision || 'main' }})" >> $GITHUB_OUTPUT - echo "ap_version=$(echo ${{ github.event.inputs.ap_version || 'main-latest' }})" >> $GITHUB_OUTPUT + echo "ap_version=$(echo ${{ github.event.inputs.ap_version || 'next-latest' }})" >> $GITHUB_OUTPUT echo "marker_expression=$(echo ${{ github.event.inputs.marker_expression || 'ow_sanity_lf' }})" >> $GITHUB_OUTPUT echo "existing_controller=$(echo ${{ github.event.inputs.existing_controller || 'qa01' }})" >> $GITHUB_OUTPUT