From d1ca21de9f16008594d0b122187d6b8b6cb58426 Mon Sep 17 00:00:00 2001 From: notCharles Date: Sun, 18 Aug 2024 11:41:36 -0400 Subject: [PATCH] Test Runners --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/cla.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e2ee8847..14591007a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ on: jobs: mysql: name: MySQL - runs-on: ubuntu-latest + runs-on: self-hosted strategy: fail-fast: false matrix: @@ -84,7 +84,7 @@ jobs: mariadb: name: MariaDB - runs-on: ubuntu-latest + runs-on: self-hosted strategy: fail-fast: false matrix: @@ -157,7 +157,7 @@ jobs: sqlite: name: SQLite - runs-on: ubuntu-latest + runs-on: self-hosted strategy: fail-fast: false matrix: diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 90621b05c..28d96a698 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -13,7 +13,7 @@ permissions: jobs: CLAAssistant: - runs-on: ubuntu-latest + runs-on: self-hosted 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'