Skip to content

Commit 004e316

Browse files
authored
Update {% if use_precommit %}pre-commit.yaml{% endif %}.jinja
1 parent 6e005e0 commit 004e316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/.github/workflows/{% if use_precommit %}pre-commit.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
SKIP: "poetry-check, poetry-lock"
11-
{% if 'road-runner' in github_runner %}{% set github_runner = github_runner + [github_runner_onprem] %}{% endif %}
11+
{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem] %}{% endif %}
1212
jobs:
1313
pre-commit:
1414
name: pre-commit

0 commit comments

Comments
 (0)