Skip to content

Commit

Permalink
chore: rm custom GH actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mvayngrib committed Jan 9, 2024
1 parent d7e3711 commit 9f6b6dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
lint:
name: Lint
runs-on: hydra-runner
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
run: yarn format:check
test:
name: Test
runs-on: hydra-runner
runs-on: ubuntu-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v4
Expand All @@ -57,7 +57,7 @@ jobs:
gist-user: exodus-github-hydra-bot
integration-test:
name: Test (Integration)
runs-on: hydra-runner
runs-on: ubuntu-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9f6b6dc

Please sign in to comment.