forked from tim/k3s-ansible
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:
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
|
||||
|
||||
Reference in New Issue
Block a user