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 5496b86 commit 515dd53Copy full SHA for 515dd53
project/.github/workflows/release.yaml.jinja
@@ -6,7 +6,7 @@ on:
6
types: [published]
7
8
{% if repository_provider == 'github.com' %}{% set action_version = 4 %}{% else %}{% set action_version = 3 %}{% endif%}
9
-{% if 'road-runner' in github_runner %}{% set github_runner = github_runner + [github_runner_onprem] %}{% endif %}
+{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem] %}{% endif %}
10
jobs:
11
release:
12
strategy:
0 commit comments