Skip to content

Commit

Permalink
only self hosted?
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Oct 25, 2024
1 parent 0a17415 commit cfdc7ce
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-20.04, self-hosted]
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-20.04, self-hosted]
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-20.04, self-hosted]
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cfdc7ce

Please sign in to comment.