From e469a2d924b4b82ee19ea7e41c59682c132b673c Mon Sep 17 00:00:00 2001 From: SHENGXING LU Date: Fri, 7 Nov 2025 14:04:31 +0100 Subject: [PATCH] workflow repo update --- .github/workflows/system-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system-testing.yml b/.github/workflows/system-testing.yml index cc41ccac..d158de78 100644 --- a/.github/workflows/system-testing.yml +++ b/.github/workflows/system-testing.yml @@ -89,7 +89,7 @@ jobs: echo " PR URL: ${{ github.event.pull_request.html_url }}" echo "" - # Trigger E2E tests in DOME-testing repository + # Trigger E2E tests in E2E-DOME-BAE repository echo "Triggering E2E tests..." curl -X POST \ -H "Authorization: token ${{ secrets.ADMIN }}" \ @@ -108,6 +108,6 @@ jobs: \"pull_request_url\": \"${{ github.event.pull_request.html_url }}\" } }" \ - https://api.github.com/repos/sluFicodes/DOME-testing/dispatches + https://api.github.com/repos/sluFicodes/E2E-DOME-BAE/dispatches echo "E2E tests triggered successfully!"