ci: runs-on tielogic-ci (label specifica del runner registrato)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,7 @@ env:
|
||||
jobs:
|
||||
lint:
|
||||
name: ruff lint
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: tielogic-ci
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
typecheck:
|
||||
name: mypy mcp_common
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: tielogic-ci
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
test:
|
||||
name: pytest
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: tielogic-ci
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
|
||||
validate-config:
|
||||
name: validate compose + Caddyfile
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: tielogic-ci
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
build-and-push:
|
||||
name: build & push to registry
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: tielogic-ci
|
||||
needs: [lint, test, validate-config]
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user