Change runner label

This commit is contained in:
continuist 2025-07-05 11:42:36 -04:00
parent 2e5fb1e212
commit 9712328f7e

View file

@ -14,7 +14,7 @@ jobs:
# Job 1: Testing - Uses DinD with multiple containers for comprehensive testing
test:
name: Run Tests (DinD)
runs-on: [self-hosted, ci]
runs-on: [self-hosted, ci:host]
if: github.ref == 'refs/heads/main'
steps:
@ -122,7 +122,7 @@ jobs:
build-and-push:
name: Build and Push Docker Images (DinD)
needs: [test]
runs-on: [self-hosted, ci]
runs-on: [self-hosted, ci:host]
if: github.ref == 'refs/heads/main'
steps: