Skip to content

Commit aefc865

Browse files
authored
Fixed Workflow for updated KWS structure
1 parent dcdaf73 commit aefc865

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/kws-caller.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
######################################################################################
2-
# Name : Rocm Validation Suite
3-
4-
5-
# Version : 0.5
6-
# Description : This workflow will eventually call the central rocm reusable workflow.
7-
# So developers should not edit/Modify this file
8-
# Donot add it into .*ignore file#
9-
# Docs :
10-
######################################################################################
111
name: Rocm Validation Suite KWS
122
on:
133
push:
144
branches: [amd-staging]
155
pull_request:
166
types: [opened, synchronize, reopened]
177
workflow_dispatch:
18-
198
jobs:
209
kws:
21-
# runs only for PR events. Add 3 environment variables in repo's settings
22-
# - PROJECT_NAME : your project's name in keywordsearch.amd.com
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
2510
if: ${{ github.event_name == 'pull_request' }}
2611
uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@mainline
2712
secrets: inherit
2813
with:
2914
pr_number: ${{github.event.pull_request.number}}
15+
base_branch: ${{github.base_ref}}

0 commit comments

Comments
 (0)