File tree 3 files changed +2
-6
lines changed
project/.github/workflows
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 8
8
{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem ] %}{% endif %}{% raw %}
9
9
concurrency:
10
10
group: ${{ github.workflow }}-${{ github.ref }}
11
- cancel-in-progress: true
12
- {% endraw %}
11
+ cancel-in-progress: true{% endraw %}
13
12
14
13
jobs:
15
14
build-and-test:
Original file line number Diff line number Diff line change 6
6
# branches to consider in the event; optional, defaults to all
7
7
branches:
8
8
- main
9
-
10
9
{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem ] %}{% endif %}
11
10
jobs:
12
11
update_release_draft:
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ name: Release
4
4
on:
5
5
release:
6
6
types: [published]
7
-
8
- {% if repository_provider == 'github.com' %}{% set action_version = 4 %}{% else %}{% set action_version = 3 %}{% endif %}
9
7
{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem ] %}{% endif %}
10
8
jobs:
11
9
release:
16
14
defaults:
17
15
run:
18
16
shell: bash
19
-
17
+ {% if repository_provider == 'github.com' %}{% set action_version = 4 %}{% else %}{% set action_version = 3 %}{% endif %}
20
18
steps:
21
19
- name: Checkout
22
20
uses: actions/checkout@v4
You can’t perform that action at this time.
0 commit comments