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
This commit is contained in:
parent
b1370406ea
commit
a840571733
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
molecule:
|
||||
name: Molecule
|
||||
runs-on: macos-12
|
||||
runs-on: self-hosted
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user