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 9ada395 commit 62e532fCopy full SHA for 62e532f
roles/github/templates/prepare-runner.yml.j2
@@ -1,3 +1,6 @@
1
+<%- if github_environment_selector == 'input' and (github_registry.share | default(github_default_registry.share)) is false -%>
2
+<%- set github_runs_on = github_runs_on + ['${{ matrix.environment }}'] -%>
3
+<%- endif -%>
4
name: %% format_file_name(workflow.file_name, is_title=true) %%
5
6
on:
0 commit comments