From 5ed2e2f54c5d2b82e9f394f1bc645fb2dbffd036 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Mon, 13 Jan 2025 19:37:58 -0800 Subject: [PATCH] Potential fix for KWS [ROCm/rocprofiler-sdk commit: c7bf11e080e7f3d3108f25e8cd139961b864c788] --- projects/rocprofiler-sdk/.github/workflows/kws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/.github/workflows/kws.yml b/projects/rocprofiler-sdk/.github/workflows/kws.yml index 0aeea791e9..6987c5b42d 100644 --- a/projects/rocprofiler-sdk/.github/workflows/kws.yml +++ b/projects/rocprofiler-sdk/.github/workflows/kws.yml @@ -23,7 +23,7 @@ jobs: # - KEYWORD_SCAN_USER : your username in keywordsearch.amd.com to access the above project # - KEYWORD_SCAN_PASSWORD : your password in keywordsearch.amd.com to access the above project if: ${{ github.event_name == 'pull_request' }} - uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/common.yml@mainline + uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@kws-test secrets: inherit # Add your repo specific workflows (if any) below this line, edit nothing above this line.