Compare commits
No commits in common. "667d14c0525cca0cf26a6bbfe1f7708854c4aaa4" and "0e2b258b6f913a2a6d120c93c8d17a7f8484e74a" have entirely different histories.
667d14c052
...
0e2b258b6f
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
# Job 1: Testing - Uses DinD with multiple containers for comprehensive testing
|
# Job 1: Testing - Uses DinD with multiple containers for comprehensive testing
|
||||||
test:
|
test:
|
||||||
name: Run Tests (DinD)
|
name: Run Tests (DinD)
|
||||||
runs-on: [self-hosted, ci:host]
|
runs-on: [self-hosted, ci]
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -122,7 +122,7 @@ jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
name: Build and Push Docker Images (DinD)
|
name: Build and Push Docker Images (DinD)
|
||||||
needs: [test]
|
needs: [test]
|
||||||
runs-on: [self-hosted, ci:host]
|
runs-on: [self-hosted, ci]
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue