File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
project/.github/workflows Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 88{% if 'road-runner' in github_runner %}{% set github_runner = [github_runner_onprem ] %}{% endif %}{% raw %}
99concurrency:
1010 group: ${{ github.workflow }}-${{ github.ref }}
11- cancel-in-progress: true
12- {% endraw %}
11+ cancel-in-progress: true{% endraw %}
1312
1413jobs:
1514 build-and-test:
Original file line number Diff line number Diff line change 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 %}
1110jobs:
1211 update_release_draft:
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ name: Release
44on:
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 %}
108jobs:
119 release:
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
You can’t perform that action at this time.
0 commit comments