Revert "Test Runners"

This reverts commit d1ca21de9f16008594d0b122187d6b8b6cb58426.
This commit is contained in:
notCharles 2024-08-18 11:54:12 -04:00
parent d1ca21de9f
commit 0ff429215d
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
mysql:
name: MySQL
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@ -84,7 +84,7 @@ jobs:
mariadb:
name: MariaDB
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@ -157,7 +157,7 @@ jobs:
sqlite:
name: SQLite
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:

View File

@ -13,7 +13,7 @@ permissions:
jobs:
CLAAssistant:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'