mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-27 22:36:06 +00:00
Migrate workflows to Blacksmith
This commit is contained in:
committed by
GitHub
parent
059e914983
commit
69bb3ba134
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user