Skip to content

Commit 63aa2c0

Browse files
committed
fixx
1 parent a4e00a8 commit 63aa2c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
echo "host_image_tag=$(date +${{ steps.openstack_release.outputs.openstack_release }}-%Y%m%dT%H%M%S)" >> $GITHUB_OUTPUT
8888
8989
overcloud-host-image-build-rocky:
90-
name: Build overcloud host images
91-
if: github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.rocky9 == 'true'
90+
name: Build Rocky overcloud host images
91+
if: github.repository == 'stackhpc/stackhpc-kayobe-config' && ${{ inputs.rocky9 }} == 'true'
9292
environment: ${{ inputs.runner_env }}
9393
runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }}
9494
needs:
@@ -350,8 +350,8 @@ jobs:
350350
if: always()
351351

352352
overcloud-host-image-build-ubuntu:
353-
name: Build overcloud host images
354-
if: github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.ubuntu-noble == 'true'
353+
name: Build Ubuntu overcloud host images
354+
if: github.repository == 'stackhpc/stackhpc-kayobe-config' && ${{ inputs.ubuntu-noble }} == 'true'
355355
environment: ${{ inputs.runner_env }}
356356
runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }}
357357
needs:

0 commit comments

Comments
 (0)