From a840571733229c356e72aced508ab775d55b65a4 Mon Sep 17 00:00:00 2001 From: Techno Tim Date: Mon, 31 Oct 2022 17:56:22 -0500 Subject: [PATCH] feat(ci): switching to self-hosted runners (#133) * feat(ci): switching to self-hosted runners * feat(gh-actions-controller): added * feat(gh-actions-controller): added --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 64ce6a8..1e0372a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ on: jobs: pre-commit-ci: name: Pre-Commit - runs-on: ubuntu-latest + runs-on: [self-hosted, Linux, x64] steps: - name: Check out the codebase diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20b9b35..f8072d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: molecule: name: Molecule - runs-on: macos-12 + runs-on: self-hosted strategy: matrix: