Skip to content

Commit 501a53b

Browse files
authored
Switch to default runner while release failed on a big runner. (#12493)
1 parent d3a6f52 commit 501a53b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ on:
3737
jobs:
3838

3939
build-release:
40-
runs-on: ubuntu-latest-devops-xxlarge
41-
# runs-on: ubuntu-latest
40+
#runs-on: ubuntu-latest-devops-xxlarge
41+
runs-on: ubuntu-latest
4242
timeout-minutes: 60
4343
name: Build Artifacts and multi-platform Docker image, publish draft of the Release Notes
4444

@@ -229,4 +229,4 @@ jobs:
229229
--title "${{ inputs.release_version }}" \
230230
--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>" \
231231
${{ inputs.release_version }} \
232-
*.tar.gz ${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt
232+
*.tar.gz ${{ env.APPLICATION }}_${{ inputs.release_version }}_checksums.txt

0 commit comments

Comments
 (0)