File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -108,23 +108,23 @@ jobs:
108108 run : |
109109 echo "${{ steps.datetime_tag.outputs.datetime_tag }}"
110110
111- runner-preqs :
112- uses : ./.github/workflows/runs-on-preq .yml
111+ runner-selection :
112+ uses : ./.github/workflows/runner-selector .yml
113113 with :
114114 runner_env : ${{ inputs.runner_env }}
115115
116116 container-image-build :
117117 name : Build Kolla container images
118118 if : github.repository == 'stackhpc/stackhpc-kayobe-config'
119- runs-on : ${{ needs.runner-preqs .outputs.runner_name_container_image_build }}
119+ runs-on : ${{ needs.runner-selection .outputs.runner_name_container_image_build }}
120120 timeout-minutes : 720
121121 permissions : {}
122122 strategy :
123123 fail-fast : false
124124 matrix : ${{ fromJson(needs.generate-tag.outputs.matrix) }}
125125 needs :
126126 - generate-tag
127- - runner-preqs
127+ - runner-selection
128128 steps :
129129 - name : Install package dependencies
130130 run : |
You can’t perform that action at this time.
0 commit comments