Skip to content

Commit

Permalink
Modify CI to use hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Sep 24, 2023
1 parent dc67fd5 commit cde2eea
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ on: [push, pull_request, workflow_dispatch]

jobs:
Build:
runs-on: [self-hosted, docker]
runs-on: ubuntu-latest
permissions:
checks: write
timeout-minutes: 30
container:
image: ghcr.io/project-tsurugi/oltp-sandbox:ubuntu-22.04
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}
volumes:
- ${{ vars.gradle_cache_dir }}:/root/.gradle
defaults:
run:
shell: bash
Expand Down

0 comments on commit cde2eea

Please sign in to comment.