Skip to content

Commit

Permalink
Test Runners
Browse files Browse the repository at this point in the history
  • Loading branch information
notAreYouScared committed Aug 18, 2024
1 parent d0c89b0 commit d1ca21d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
mysql:
name: MySQL
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

mariadb:
name: MariaDB
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

sqlite:
name: SQLite
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d1ca21d

Please sign in to comment.