diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 259c8cda2f..eae02776b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: build-self-hosted-runner: if: ${{ github.event.inputs.useGitHubHostedLargeRunner != 'true' || github.event_name == 'schedule' }} name: Build Website (Self-Hosted Runner) - runs-on: ["ubuntu-latest"] + runs-on: ["self-hosted", "linux", "x64", "vcenter3"] steps: - name: Force Failure @@ -92,7 +92,7 @@ jobs: SLACK_COLOR: "danger" SLACKIFY_MARKDOWN: true ENABLE_ESCAPES: true - 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>`." + 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>." # 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. build-large-runner: @@ -148,7 +148,7 @@ jobs: SLACK_COLOR: "danger" SLACKIFY_MARKDOWN: true ENABLE_ESCAPES: true - 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>`." + 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>." release: name: "Release" @@ -197,4 +197,4 @@ jobs: SLACK_COLOR: "danger" SLACKIFY_MARKDOWN: true ENABLE_ESCAPES: true - SLACK_MESSAGE: "The release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. `<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>`." \ No newline at end of file + SLACK_MESSAGE: "The release job for `${{ github.workflow }}` in `${{ github.repository }}` failed. <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|View details>." \ No newline at end of file