Skip to content

Commit

Permalink
GHA: try using self-hosted builds
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Mar 13, 2024
1 parent 6a31dd1 commit 1492ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
outputs:
url: ${{ steps.cloudflare.outputs.url }}
steps:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

comment:
needs: build
runs-on: ubuntu-latest
runs-on: self-hosted
if: always()
steps:
- name: Checkout repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

jobs:
add-contributors:
runs-on: ubuntu-22.04
runs-on: self-hosted
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout repository
Expand All @@ -36,7 +36,7 @@ jobs:
AVATAR_SHAPE: 'square'

build:
runs-on: ubuntu-22.04
runs-on: self-hosted
if: github.event.repository.fork == false && github.event_name != 'pull_request'
outputs:
url: ${{ steps.cloudflare.outputs.url }}
Expand Down

0 comments on commit 1492ef1

Please sign in to comment.