Skip to content

Commit 6d72406

Browse files
committed
Add missing matrix
1 parent 62e532f commit 6d72406

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/github/templates/prepare-runner.yml.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212

1313
jobs:
1414
prepare-runner:
15+
<%- if github_environment_selector == 'input' and (github_registry.share | default(github_default_registry.share)) is false +%>
16+
strategy:
17+
matrix:
18+
environment: %% github_kayobe_environments %%
19+
<%- endif +%>
1520
runs-on: %% github_runs_on %%
1621
container:
1722
image: alpine:latest

0 commit comments

Comments
 (0)