From 8d674d00aea39336f38e2a09f6a790dc0412d35a Mon Sep 17 00:00:00 2001 From: Arun Dhyani Date: Tue, 9 Sep 2025 12:09:10 +0530 Subject: [PATCH] chore(ci): fix supervisor sysgo test path --- .github/workflows/supervisor_e2e_sysgo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/supervisor_e2e_sysgo.yaml b/.github/workflows/supervisor_e2e_sysgo.yaml index f0dbc0ae55..b3ca4a60ee 100644 --- a/.github/workflows/supervisor_e2e_sysgo.yaml +++ b/.github/workflows/supervisor_e2e_sysgo.yaml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - test-pkg: ["pre_interop", "l1_reorg/sysgo"] + test-pkg: ["pre_interop", "l1reorg/sysgo"] steps: - name: Checkout sources uses: actions/checkout@v5