Skip to content

Commit b88dcfd

Browse files
committed
docs: set runs-on tags back
1 parent 92abb8e commit b88dcfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build-self-hosted-runner:
4343
if: ${{ github.event.inputs.useGitHubHostedLargeRunner != 'true' || github.event_name == 'schedule' }}
4444
name: Build Website (Self-Hosted Runner)
45-
runs-on: ["ubuntu-latest"]
45+
runs-on: ["self-hosted", "linux", "x64", "vcenter3"]
4646
steps:
4747

4848
- name: Force Failure
@@ -92,7 +92,7 @@ jobs:
9292
SLACK_COLOR: "danger"
9393
SLACKIFY_MARKDOWN: true
9494
ENABLE_ESCAPES: true
95-
SLACK_MESSAGE: "The self-hosted runner release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. `<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>`."
95+
SLACK_MESSAGE: "The self-hosted runner release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>."
9696

9797
# Use this workflow if you want to use the GitHub-hosted large runner. Useful for scenarios when you need a change to deploy faster than the self-hosted runner can build it.
9898
build-large-runner:
@@ -148,7 +148,7 @@ jobs:
148148
SLACK_COLOR: "danger"
149149
SLACKIFY_MARKDOWN: true
150150
ENABLE_ESCAPES: true
151-
SLACK_MESSAGE: "The large runner release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. `<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>`."
151+
SLACK_MESSAGE: "The large runner release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>."
152152

153153
release:
154154
name: "Release"
@@ -197,4 +197,4 @@ jobs:
197197
SLACK_COLOR: "danger"
198198
SLACKIFY_MARKDOWN: true
199199
ENABLE_ESCAPES: true
200-
SLACK_MESSAGE: "The release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. `<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>`."
200+
SLACK_MESSAGE: "The release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>."

0 commit comments

Comments
 (0)