Skip to content

Commit d9f3cb9

Browse files
authored
fix sanity workflow jobname (#99)
1 parent 5eb74a9 commit d9f3cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanity-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
jenkins_url: ${{ secrets.JENKINS_INTERNAL_URL }}
2828
jenkins_user: ${{ secrets.JENKINS_BOT_API_USER}}
2929
jenkins_token: ${{ secrets.JENKINS_BOT_API_TOKEN}}
30-
job_name: "qa/QA-secure/onboarding/terraform-aws-secure-onboarding-tests/"
30+
job_name: "qa/job/QA-secure/job/onboarding/job/terraform-aws-secure-onboarding-tests/"
3131
job_params: |
3232
{
3333
"MODULE_BRANCH": "${{ github.head_ref }}"

0 commit comments

Comments
 (0)