From b2fef1585f6f71f48cf26ba8c1941bd81567c74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Mon, 11 Mar 2024 10:38:43 +0100 Subject: [PATCH] Change to self-hosted runner --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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