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

@@ -242,7 +242,7 @@ env:
jobs:
validate_selected_ref:
runs-on: blacksmith-4vcpu-ubuntu-2404
runs-on: ubuntu-24.04
outputs:
selected_sha: ${{ steps.validate.outputs.selected_sha }}
trusted_reason: ${{ steps.validate.outputs.trusted_reason }}