|
89 | 89 |
|
90 | 90 | overcloud-host-image-build-rocky: |
91 | 91 | name: Build Rocky overcloud host images |
92 | | - if: github.repository == 'stackhpc/stackhpc-kayobe-config' && ${{ inputs.rocky9 }} == 'true' |
| 92 | + if: github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.rocky9 |
93 | 93 | environment: ${{ inputs.runner_env }} |
94 | 94 | runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }} |
95 | 95 | needs: |
@@ -353,7 +353,7 @@ jobs: |
353 | 353 |
|
354 | 354 | overcloud-host-image-build-ubuntu: |
355 | 355 | name: Build Ubuntu overcloud host images |
356 | | - if: github.repository == 'stackhpc/stackhpc-kayobe-config' && ${{ inputs.ubuntu-noble }} == 'true' |
| 356 | + if: github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.ubuntu-noble |
357 | 357 | environment: ${{ inputs.runner_env }} |
358 | 358 | runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }} |
359 | 359 | needs: |
@@ -617,7 +617,7 @@ jobs: |
617 | 617 |
|
618 | 618 | overcloud-host-image-build-rocky-arm64: |
619 | 619 | name: Build Rocky ARM64 overcloud host images |
620 | | - if: github.repository == 'stackhpc/stackhpc-kayobe-config' && ${{ inputs.rocky9 }} == 'true' |
| 620 | + if: github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.rocky9 |
621 | 621 | environment: ${{ inputs.runner_env }} |
622 | 622 | runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }} |
623 | 623 | needs: |
@@ -881,7 +881,7 @@ jobs: |
881 | 881 |
|
882 | 882 | overcloud-host-image-build-ubuntu-arm64: |
883 | 883 | name: Build Ubuntu ARM64 overcloud host images |
884 | | - if: github.repository == 'stackhpc/stackhpc-kayobe-config' && ${{ inputs.ubuntu-noble }} == 'true' |
| 884 | + if: github.repository == 'stackhpc/stackhpc-kayobe-config' && inputs.ubuntu-noble |
885 | 885 | environment: ${{ inputs.runner_env }} |
886 | 886 | runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }} |
887 | 887 | needs: |
|
0 commit comments