ci : slim -> self-hosted

This commit is contained in:
Georgi Gerganov
2026-05-24 18:27:58 +03:00
parent 5f0e5348ba
commit 651afdb47d
10 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ concurrency:
jobs:
flake8-lint:
runs-on: ubuntu-slim
runs-on: [self-hosted, fast]
name: Lint
steps:
- name: Check out source repository