Skip to content

Commit

Permalink
Strings are not cast to boolean, sadly
Browse files Browse the repository at this point in the history
Run-GHA: true
Skip-PR-comments: true
Test-tag: always_passes

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Dec 3, 2024
1 parent db38fee commit eb66d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/bullseye-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
PACKAGING_DIR: ${{ vars.PACKAGING_DIR }}
outputs:
NAME: ${{ env.NAME }}
DISTROS: ${{ env.COVFN_DISABLED && vars.DISTROS_MASTER || vars.COVERAGE_DISTROS_MASTER }}
DISTROS: ${{ env.COVFN_DISABLED == 'true' && vars.DISTROS_MASTER ||
vars.COVERAGE_DISTROS_MASTER }}
EL8_BUILD_VERSION: ${{ env.EL8_BUILD_VERSION }}
EL9_BUILD_VERSION: ${{ env.EL9_BUILD_VERSION }}
LEAP15_VERSION: ${{ env.LEAP15_VERSION }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
PACKAGING_DIR: ${{ vars.PACKAGING_DIR }}
outputs:
NAME: ${{ env.NAME }}
DISTROS: ${{ env.COVFN_DISABLED && vars.DISTROS_MASTER || vars.COVERAGE_DISTROS_MASTER }}
DISTROS: ${{ env.COVFN_DISABLED == 'true' && vars.DISTROS_MASTER ||
vars.COVERAGE_DISTROS_MASTER }}
EL8_BUILD_VERSION: ${{ env.EL8_BUILD_VERSION }}
EL9_BUILD_VERSION: ${{ env.EL9_BUILD_VERSION }}
LEAP15_VERSION: ${{ env.LEAP15_VERSION }}
Expand Down

0 comments on commit eb66d57

Please sign in to comment.