We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d3a83 commit a4e00a8Copy full SHA for a4e00a8
.github/workflows/overcloud-host-image-build.yml
@@ -42,6 +42,8 @@ jobs:
42
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
43
environment: ${{ inputs.runner_env }}
44
runs-on: ${{ needs.runner-selection.outputs.runner_name_image_build }}
45
+ needs:
46
+ - runner-selection
47
permissions: {}
48
steps:
49
- name: Validate inputs
0 commit comments