Skip to content

Commit

Permalink
Revert "Change to self-hosted runner"
Browse files Browse the repository at this point in the history
This reverts commit b2fef15.
  • Loading branch information
mattiaswal authored and troglobit committed Apr 23, 2024
1 parent dcc80d0 commit 2f61aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f61aaa

Please sign in to comment.