Skip to content

Commit 515dd53

Browse files
authored
Update release.yaml.jinja
1 parent 5496b86 commit 515dd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/.github/workflows/release.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [published]
77

88
{% 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 %}
9+
{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem] %}{% endif %}
1010
jobs:
1111
release:
1212
strategy:

0 commit comments

Comments
 (0)