Skip to content

Commit

Permalink
feat(ci): switching to self-hosted runners (techno-tim#133)
Browse files Browse the repository at this point in the history
* feat(ci): switching to self-hosted runners

* feat(gh-actions-controller): added

* feat(gh-actions-controller): added
  • Loading branch information
timothystewart6 committed Oct 31, 2022
1 parent b137040 commit a840571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
molecule:
name: Molecule
runs-on: macos-12
runs-on: self-hosted

strategy:
matrix:
Expand Down

0 comments on commit a840571

Please sign in to comment.