Skip to content

Commit

Permalink
ops: selfhosting runners
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Mar 5, 2024
1 parent 52de053 commit ee035c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '.github/workflows/**'
jobs:
build-test:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Setting up
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Running lint
run: yarn --cwd chat build
eslint:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Setting up
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '.github/workflows/**'
jobs:
clippy_check:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
Expand All @@ -20,7 +20,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
args: --features runtime-env --manifest-path server/Cargo.toml
redoc:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Installing Vaccum
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/search-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '.github/workflows/**'
jobs:
build-test:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Setting up
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Running lint
run: yarn --cwd search build
eslint:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Setting up
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test-redoc.yml

This file was deleted.

0 comments on commit ee035c7

Please sign in to comment.