diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc3dde093..dbaffcbb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ on: required: true jobs: - build-docker-image: - runs-on: ubuntu-latest + run-tests: + runs-on: github-internal steps: - name: Checkout code