Skip to content

Commit 8715560

Browse files
committed
Rename for clarity
1 parent b9e3a65 commit 8715560

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)