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 62e532f commit 6d72406Copy full SHA for 6d72406
roles/github/templates/prepare-runner.yml.j2
@@ -12,6 +12,11 @@ on:
12
13
jobs:
14
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 +%>
20
runs-on: %% github_runs_on %%
21
container:
22
image: alpine:latest
0 commit comments