We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb3ce5 commit 5ef8c6bCopy full SHA for 5ef8c6b
.github/workflows/kws.yml
@@ -23,7 +23,7 @@ jobs:
23
# - KEYWORD_SCAN_USER : your username in keywordsearch.amd.com to access the above project
24
# - KEYWORD_SCAN_PASSWORD : your password in keywordsearch.amd.com to access the above project
25
if: ${{ github.event_name == 'pull_request' }}
26
- uses: ROCm/rocm-reusable-workflows/.github/workflows/common.yaml@main
+ uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/common.yaml@main
27
secrets: inherit
28
29
# Add your repo specific workflows (if any) below this line, edit nothing above this line.
0 commit comments