Skip to content

Commit

Permalink
Update to self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneggz committed Aug 21, 2023
1 parent d336967 commit 35f9a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:

build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Set up SSH key
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
setup:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- run: echo "Triggered by ${{ github.event_name }} event."

Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

build:
needs: setup
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Check out repository code ${{ github.repository }} on ${{ github.ref }}
uses: actions/checkout@v3
Expand Down

0 comments on commit 35f9a3d

Please sign in to comment.