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 abec5c3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 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
2 changes: 1 addition & 1 deletion .github/workflows/push-server.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create Docker Images
# name: Create Docker Images
# on:
# workflow_call:
# secrets:
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 abec5c3

Please sign in to comment.