Change to self-hosted runner

This commit is contained in:
Mattias Walström
2024-03-21 09:17:07 +01:00
committed by Joachim Wiberg
parent 69c2ffcc5f
commit b2fef1585f
+1 -1
View File
@@ -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