Skip to content

Commit 34714c0

Browse files
authored
Run release workflow on default runner (#13165)
job is frozen on xxlarge runner for some reasons.
1 parent 971ef13 commit 34714c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

3939
build-release:
40-
#runs-on: ubuntu-latest
41-
runs-on: ubuntu-latest-devops-xxlarge
40+
runs-on: ubuntu-latest
41+
#runs-on: ubuntu-latest-devops-xxlarge
4242
timeout-minutes: 75
4343
name: Create git tag, build and publish Release Artifacts
4444
outputs:

0 commit comments

Comments
 (0)