ci(workflows): retrigger security workflows after blacksmith routing changes

This commit is contained in:
argenis de la rosa 2026-03-05 12:12:27 -05:00
parent e5213bcbde
commit db64ec9803
2 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
# Run all security lanes on the same Blacksmith-tagged Linux pool for consistent routing.
audit:
name: Security Audit
runs-on: [self-hosted, Linux, X64, blacksmith-2vcpu-ubuntu-2404]

View File

@ -61,6 +61,7 @@ jobs:
shell: bash
run: |
set -euo pipefail
# Keep both lanes on the Blacksmith Linux pool to avoid provider-specific routing.
branch="${GITHUB_HEAD_REF:-${GITHUB_REF_NAME}}"
if [[ "$branch" == release/* ]]; then
echo 'labels=["self-hosted","Linux","X64","blacksmith-2vcpu-ubuntu-2404"]' >> "$GITHUB_OUTPUT"