Revert "Change to self-hosted runner"

This reverts commit b2fef1585f.
This commit is contained in:
Mattias Walström
2024-04-23 21:05:35 +02:00
committed by Joachim Wiberg
parent dcc80d0d8a
commit 2f61aaaaf8
+1 -1
View File
@@ -16,7 +16,7 @@ concurrency:
jobs:
build:
name: Regression Testing
runs-on: self-hosted
runs-on: ubuntu-latest
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