fix(ci): run ai assistant deploys on self-hosted runners
This commit is contained in:
parent
4505d8987e
commit
91d91481c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-deploy-ghcr.yml
vendored
2
.github/workflows/build-and-deploy-ghcr.yml
vendored
|
|
@ -21,7 +21,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, linux, x64, ubuntu-latest, docker-ready]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue