Skip to content

Commit

Permalink
bugfix: fix ci action, going back to github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker authored and skeptrunedev committed Mar 5, 2024
1 parent 2b29a50 commit 1b663c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ on:
- '.github/workflows/**'
jobs:
clippy_check:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: clechasseur/rs-clippy-check@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --features runtime-env --manifest-path server/Cargo.toml
redoc:
runs-on: self-hosted
runs-on: ubuntu-latest
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: self-hosted
runs-on: ubuntu-latest
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: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setting up
Expand Down

0 comments on commit 1b663c4

Please sign in to comment.