Skip to content

Commit

Permalink
Fixed Workflow for updated KWS structure
Browse files Browse the repository at this point in the history
Signed-off-by: Mallya, Ameya Keshava <[email protected]>
  • Loading branch information
ammallya authored Jan 17, 2025
1 parent c1cd2b4 commit c74fde2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/kws_caller.yml
Original file line number Diff line number Diff line change
@@ -1,25 +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:
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 c74fde2

Please sign in to comment.