From 501a53b7aa51a89bbcefc6a50eb44317b4a5a888 Mon Sep 17 00:00:00 2001 From: lystopad Date: Fri, 25 Oct 2024 15:53:23 +0200 Subject: [PATCH] Switch to default runner while release failed on a big runner. (#12493) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b433a1aac18..be788a0947f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,8 +37,8 @@ on: jobs: build-release: - runs-on: ubuntu-latest-devops-xxlarge - # runs-on: ubuntu-latest + #runs-on: ubuntu-latest-devops-xxlarge + runs-on: ubuntu-latest timeout-minutes: 60 name: Build Artifacts and multi-platform Docker image, publish draft of the Release Notes @@ -229,4 +229,4 @@ jobs: --title "${{ inputs.release_version }}" \ --notes "**Improvements:**
- ...coming soon

**Bugfixes:**

- ...coming soon

**Docker images:**

Docker image released:
${{ env.DOCKER_TAGS }}

... coming soon
" \ ${{ inputs.release_version }} \ - *.tar.gz ${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt \ No newline at end of file + *.tar.gz ${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt