Skip to content

Commit

Permalink
Switch to default runner while release failed on a big runner. (#12493)
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad authored Oct 25, 2024
1 parent d3a6f52 commit 501a53b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -229,4 +229,4 @@ jobs:
--title "${{ inputs.release_version }}" \
--notes "**Improvements:**<br>- ...coming soon <br><br>**Bugfixes:**<br><br>- ...coming soon<br><br>**Docker images:**<br><br>Docker image released:<br> ${{ env.DOCKER_TAGS }}<br><br>... coming soon<br>" \
${{ inputs.release_version }} \
*.tar.gz ${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt
*.tar.gz ${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt

0 comments on commit 501a53b

Please sign in to comment.