diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 56d1e9bcc..e058c4145 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -28,7 +28,7 @@ permissions: jobs: determine-test-scope: - runs-on: [ deploynode ] + runs-on: [ inhouse ] if: | github.event.pull_request.draft == false || github.ref == 'refs/heads/develop' || @@ -119,7 +119,7 @@ jobs: needs: determine-test-scope if: ( needs.determine-test-scope.outputs.local_tests == 'true' ) || ( needs.determine-test-scope.outputs.remote_tests == 'true' ) name: Run linting - runs-on: [ deploynode ] + runs-on: [ inhouse ] container: ghcr.io/astral-sh/uv:debian steps: - uses: actions/checkout@v4 @@ -138,7 +138,7 @@ jobs: needs: determine-test-scope if: needs.determine-test-scope.outputs.local_tests == 'true' name: Python ${{ matrix.python-version }} - self-hosted-runner - runs-on: [ deploynode ] + runs-on: [ inhouse ] container: ghcr.io/astral-sh/uv:debian strategy: matrix: @@ -313,7 +313,7 @@ jobs: name: pr-requirements-pass if: ( needs.determine-test-scope.outputs.local_tests == 'true' ) || ( needs.determine-test-scope.outputs.remote_tests == 'true' ) needs: [local-tests, remote-tests, lint] - runs-on: [ deploynode ] + runs-on: [ inhouse ] steps: - name: check-passing-remote-tests run: |