Skip to content

Commit

Permalink
ci: run on self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Nov 11, 2024
1 parent f155ecf commit ef61036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
build-image:
name: Build Image
runs-on: ubuntu-22.04
runs-on: ["self-hosted"]
outputs:
image-tag: ${{ steps.prepare.outputs.image-tag }}
repo-name: ${{ steps.prepare.outputs.repo-name }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
build-depends:
name: Build Dependencies
needs: build-image
runs-on: ubuntu-22.04
runs-on: ["self-hosted"]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
build:
name: Build
needs: [build-image, build-depends]
runs-on: ubuntu-22.04
runs-on: ["self-hosted"]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ef61036

Please sign in to comment.