Migrate workflows to Blacksmith

This commit is contained in:
blacksmith-sh[bot]
2025-11-29 14:17:30 +00:00
committed by GitHub
parent 059e914983
commit 69bb3ba134

View File

@@ -11,7 +11,7 @@ permissions:
jobs:
build-backend:
name: Build Backend
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout code
@@ -33,7 +33,7 @@ jobs:
build-frontend:
name: Build Frontend
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout code
@@ -52,7 +52,7 @@ jobs:
build-summary:
name: Build Summary
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
needs: [build-backend, build-frontend]
if: always() && github.event_name == 'pull_request'