Create kws_caller.yml

[ROCm/ROCR-Runtime commit: 460a28ed03]
Este commit está contenido en:
Choudhary, Rahul
2025-01-31 14:22:03 -08:00
cometido por GitHub
padre 02edf09f87
commit e4e3c59968
+15
Ver fichero
@@ -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}}