diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 4916d858..aa45cc7f 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -16,7 +16,7 @@ concurrency: jobs: build: name: Regression Testing - runs-on: ubuntu-latest + runs-on: self-hosted if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - uses: actions/checkout@v4