Skip to content

Commit

Permalink
Try self hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Feb 5, 2024
1 parent c37f755 commit bc8fbcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-local-llm:
runs-on: LargeRunner
runs-on: self-hosted
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-local-llm:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
include:
Expand Down

0 comments on commit bc8fbcf

Please sign in to comment.