Skip to content

Commit

Permalink
Test inputs context before trying to use it
Browse files Browse the repository at this point in the history
Fixes: SRE-2570 DAOS-16262
Run-GHA: false
Skip-PR-comments: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Dec 11, 2024
1 parent 6e9bcc5 commit aae3097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aae3097

Please sign in to comment.