From de0aa912da0aabb84302476ee7047213c2b60774 Mon Sep 17 00:00:00 2001 From: Mital Shah Date: Wed, 3 Dec 2025 10:42:43 -0800 Subject: [PATCH] fix sanity workflow jobname --- .github/workflows/sanity-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 0bf9123..7c8aafd 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -27,7 +27,7 @@ jobs: jenkins_url: ${{ secrets.JENKINS_INTERNAL_URL }} jenkins_user: ${{ secrets.JENKINS_BOT_API_USER}} jenkins_token: ${{ secrets.JENKINS_BOT_API_TOKEN}} - job_name: "qa/QA-secure/onboarding/terraform-aws-secure-onboarding-tests/" + job_name: "qa/job/QA-secure/job/onboarding/job/terraform-aws-secure-onboarding-tests/" job_params: | { "MODULE_BRANCH": "${{ github.head_ref }}"