Skip to content

Commit

Permalink
SRE-2171 ci: Test inputs context before trying to use it
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
brianjmurrell committed Dec 12, 2024
1 parent 861966e commit a3c51e0
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 a3c51e0

Please sign in to comment.