Skip to content

Commit 2a7af7a

Browse files
committed
Improve formatting
1 parent cf5aad7 commit 2a7af7a

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

project/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem] %}{% endif %}{% raw %}
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
{% endraw %}
11+
cancel-in-progress: true{% endraw %}
1312

1413
jobs:
1514
build-and-test:

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
# branches to consider in the event; optional, defaults to all
77
branches:
88
- main
9-
109
{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem] %}{% endif %}
1110
jobs:
1211
update_release_draft:

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Release
44
on:
55
release:
66
types: [published]
7-
8-
{% if repository_provider == 'github.com' %}{% set action_version = 4 %}{% else %}{% set action_version = 3 %}{% endif%}
97
{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem] %}{% endif %}
108
jobs:
119
release:
@@ -16,7 +14,7 @@ jobs:
1614
defaults:
1715
run:
1816
shell: bash
19-
17+
{% if repository_provider == 'github.com' %}{% set action_version = 4 %}{% else %}{% set action_version = 3 %}{% endif%}
2018
steps:
2119
- name: Checkout
2220
uses: actions/checkout@v4

0 commit comments

Comments
 (0)