Skip to content

Commit

Permalink
Added KWS check
Browse files Browse the repository at this point in the history
  • Loading branch information
ammallya authored Jan 17, 2025
1 parent 4d93253 commit f8189fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/kws-caller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 f8189fd

Please sign in to comment.