Compare commits

..

2 commits

Author SHA1 Message Date
667d14c052 Merge branch 'main' of git.gcdo.org:devteam/sharenet
Some checks failed
CI/CD Pipeline (Fully Isolated DinD) / Run Tests (DinD) (push) Has been cancelled
CI/CD Pipeline (Fully Isolated DinD) / Build and Push Docker Images (DinD) (push) Has been cancelled
CI/CD Pipeline (Fully Isolated DinD) / Deploy to Production (push) Has been cancelled
2025-07-05 11:42:44 -04:00
9712328f7e Change runner label 2025-07-05 11:42:36 -04:00

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: