From a3c51e04a3b7636fe7629ed4b8830370cbd3fefd Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Wed, 11 Dec 2024 09:27:03 -0500 Subject: [PATCH] SRE-2171 ci: Test inputs context before trying to use it Run-GHA: true Skip-PR-comments: true Test-tag: always_passes Skip-func-hw-test: true Required-githooks: true Signed-off-by: Brian J. Murrell --- .github/workflows/rpm-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rpm-build-and-test.yml b/.github/workflows/rpm-build-and-test.yml index e0d0142b6e2..6f33efc1ad0 100644 --- a/.github/workflows/rpm-build-and-test.yml +++ b/.github/workflows/rpm-build-and-test.yml @@ -103,7 +103,7 @@ jobs: LEAP15_VERSION: ${{ needs.Variables.outputs.LEAP15_VERSION }} PACKAGING_DIR: ${{ needs.Variables.outputs.PACKAGING_DIR }} COVFN_DISABLED: ${{ fromJSON(needs.Variables.outputs.COVFN_DISABLED) }} - RUN_GHA: ${{ fromJSON(inputs.run-gha) }} + RUN_GHA: ${{ inputs.run-gha && fromJSON(inputs.run-gha) || false }} Calc-functional-matrix: name: Calculate Functional Testing Matrix