Skip to content

Commit 0193108

Browse files
committed
fix(ci): point package.json to T-DevH repo; use ubuntu-latest runner
1 parent 7d59f5c commit 0193108

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ concurrency:
3535
jobs:
3636
# Full Stack Deployment - Following DEPLOYMENT.md 12-Step Procedure
3737
deploy-and-test:
38-
runs-on: arc-runners-org-nvidia-ai-bp-1-gpu
38+
runs-on: ubuntu-latest
3939

4040
steps:
4141
# Step 1: Clone repository

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/NVIDIA-AI-Blueprints/Multi-Agent-Intelligent-Warehouse.git"
21+
"url": "git+https://github.com/T-DevH/Multi-Agent-Intelligent-Warehouse.git"
2222
},
2323
"keywords": [],
2424
"author": "",
@@ -30,9 +30,9 @@
3030
},
3131
"type": "commonjs",
3232
"bugs": {
33-
"url": "https://github.com/NVIDIA-AI-Blueprints/Multi-Agent-Intelligent-Warehouse/issues"
33+
"url": "https://github.com/T-DevH/Multi-Agent-Intelligent-Warehouse/issues"
3434
},
35-
"homepage": "https://github.com/NVIDIA-AI-Blueprints/Multi-Agent-Intelligent-Warehouse#readme",
35+
"homepage": "https://github.com/T-DevH/Multi-Agent-Intelligent-Warehouse#readme",
3636
"devDependencies": {
3737
"@commitlint/cli": "^19.8.1",
3838
"@commitlint/config-conventional": "^19.8.1",

0 commit comments

Comments
 (0)