Skip to content

Commit

Permalink
Fixed Workflow for updated KWS structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ammallya authored Jan 17, 2025
1 parent dcdaf73 commit aefc865
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/kws-caller.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,15 @@
######################################################################################
# Name : Rocm Validation Suite
# Developed by : [email protected], [email protected]
# Maintained by : [email protected], [email protected]
# Version : 0.5
# Description : This workflow will eventually call the central rocm reusable workflow.
# So developers should not edit/Modify this file
# Donot add it into .*ignore file#
# Docs :
######################################################################################
name: Rocm Validation Suite KWS
on:
push:
branches: [amd-staging]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:

jobs:
kws:
# runs only for PR events. Add 3 environment variables in repo's settings
# - PROJECT_NAME : your project's name in keywordsearch.amd.com
# - 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/kws.yml@mainline
secrets: inherit
with:
pr_number: ${{github.event.pull_request.number}}
base_branch: ${{github.base_ref}}

0 comments on commit aefc865

Please sign in to comment.