ci: avoid blacksmith for release setup jobs

This commit is contained in:
Peter Steinberger
2026-04-29 16:55:05 +01:00
parent 61d53f98d3
commit 334f4624e0
4 changed files with 4 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ jobs:
name: Prepare release package artifact
needs: [resolve_target]
if: contains(fromJSON('["all","cross-os","live-e2e","package"]'), needs.resolve_target.outputs.rerun_group)
runs-on: blacksmith-8vcpu-ubuntu-2404
runs-on: ubuntu-24.04
timeout-minutes: 60
permissions:
contents: read