Skip to content

Commit

Permalink
SRE-2171 ci: Test inputs context before trying to use it (#15606)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell authored Dec 13, 2024
1 parent 29ad64d commit 48f66bf
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 48f66bf

Please sign in to comment.